summaryrefslogtreecommitdiff
path: root/chart2/source/tools/FormattedStringHelper.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-06-16 11:56:09 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-06-16 11:56:09 +0000
commit1bad77bcf1fefc552dbab70dd1a17c635f3b4755 (patch)
tree8b8aec8bd100d87bb2c7a3732b2efacf24b6ee2a /chart2/source/tools/FormattedStringHelper.cxx
parent1dace2ec7cde8c161ce759e118c70dfbac4a8cad (diff)
INTEGRATION: CWS rptchart02 (1.2.116); FILE MERGED
2008/04/16 06:35:55 oj 1.2.116.2: RESYNC: (1.2-1.3); FILE MERGED 2008/04/15 12:50:19 oj 1.2.116.1: use comphelper copyProperties
Diffstat (limited to 'chart2/source/tools/FormattedStringHelper.cxx')
-rw-r--r--chart2/source/tools/FormattedStringHelper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/chart2/source/tools/FormattedStringHelper.cxx b/chart2/source/tools/FormattedStringHelper.cxx
index 281c3c42942a..b8ac6b59c078 100644
--- a/chart2/source/tools/FormattedStringHelper.cxx
+++ b/chart2/source/tools/FormattedStringHelper.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: FormattedStringHelper.cxx,v $
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
* This file is part of OpenOffice.org.
*
@@ -65,7 +65,7 @@ Sequence< Reference< chart2::XFormattedString > >
xFormStr->setString( rString );
// set character properties
- PropertyHelper::copyProperties(
+ comphelper::copyProperties(
xTextProperties, Reference< beans::XPropertySet >( xFormStr, uno::UNO_QUERY ) );
}
}