summaryrefslogtreecommitdiff
path: root/chart2/source/tools/RelativeSizeHelper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source/tools/RelativeSizeHelper.cxx')
-rw-r--r--chart2/source/tools/RelativeSizeHelper.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/chart2/source/tools/RelativeSizeHelper.cxx b/chart2/source/tools/RelativeSizeHelper.cxx
index f93d9b0dd81b..53883ae0c1f7 100644
--- a/chart2/source/tools/RelativeSizeHelper.cxx
+++ b/chart2/source/tools/RelativeSizeHelper.cxx
@@ -61,9 +61,9 @@ void RelativeSizeHelper::adaptFontSizes(
float fFontHeight = 0;
vector< OUString > aProperties;
- aProperties.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "CharHeight" )));
- aProperties.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "CharHeightAsian" )));
- aProperties.push_back( OUString( RTL_CONSTASCII_USTRINGPARAM( "CharHeightComplex" )));
+ aProperties.push_back( "CharHeight" );
+ aProperties.push_back( "CharHeightAsian" );
+ aProperties.push_back( "CharHeightComplex" );
for( vector< OUString >::const_iterator aIt = aProperties.begin();
aIt != aProperties.end(); ++aIt )