summaryrefslogtreecommitdiff
path: root/cui/source/options/cfgchart.cxx
diff options
context:
space:
mode:
authorpjacquod <pjacquod@alumni.ethz.ch>2010-11-15 23:03:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-11-17 16:17:40 +0000
commitd3d6b5d08f61a41fca587e9b91b542a2ef129265 (patch)
tree18be2c871ded71311b6d3af51a42107520751c44 /cui/source/options/cfgchart.cxx
parentfd16ff06f74e5487d50658815a30c5e86d723393 (diff)
RTL_CONSTASCII_USTRINGPARAM in components cui options
this time options should be cleared
Diffstat (limited to 'cui/source/options/cfgchart.cxx')
-rw-r--r--cui/source/options/cfgchart.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/options/cfgchart.cxx b/cui/source/options/cfgchart.cxx
index e80e1fd867a7..b33be88ebf32 100644
--- a/cui/source/options/cfgchart.cxx
+++ b/cui/source/options/cfgchart.cxx
@@ -171,11 +171,11 @@ bool SvxChartColorTable::operator==( const SvxChartColorTable & _rOther ) const
// ====================
SvxChartOptions::SvxChartOptions() :
- ::utl::ConfigItem( rtl::OUString::createFromAscii( "Office.Chart" )),
+ ::utl::ConfigItem( rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Office.Chart") ) ),
mbIsInitialized( FALSE )
{
maPropertyNames.realloc( 1 );
- maPropertyNames[ 0 ] = ::rtl::OUString::createFromAscii( "DefaultColor/Series" );
+ maPropertyNames[ 0 ] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DefaultColor/Series") );
}
SvxChartOptions::~SvxChartOptions()