summaryrefslogtreecommitdiff
path: root/cui/source/options/cfgchart.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2013-11-04 13:36:03 +0200
committerNoel Grandin <noel@peralex.com>2013-11-11 11:21:24 +0200
commit2f2416ff060c780ad87b4d3979112f52da2ae902 (patch)
treeaad46b61dbcc9c72c18b23fd8ea6f454873f0118 /cui/source/options/cfgchart.cxx
parent3ef88d370e5b448c8c62a759ec073bb33a9f6965 (diff)
remove unnecessary use of OUString constructor in CUI module
Change-Id: Ib6cc0f089e9b3cbcfee67c6a780527e148f3c382
Diffstat (limited to 'cui/source/options/cfgchart.cxx')
-rw-r--r--cui/source/options/cfgchart.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/cfgchart.cxx b/cui/source/options/cfgchart.cxx
index ec3acc9cf66d..2fdd1e463d7a 100644
--- a/cui/source/options/cfgchart.cxx
+++ b/cui/source/options/cfgchart.cxx
@@ -177,7 +177,7 @@ SvxChartOptions::SvxChartOptions() :
mbIsInitialized( sal_False )
{
maPropertyNames.realloc( 1 );
- maPropertyNames[ 0 ] = OUString("DefaultColor/Series");
+ maPropertyNames[ 0 ] = "DefaultColor/Series";
}
SvxChartOptions::~SvxChartOptions()