summaryrefslogtreecommitdiffstats
path: root/sfx2/source/appl/appcfg.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-06-25 23:10:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-06-26 13:34:03 +0100
commitd9a00ace2ce3423c1ac08eee0bd1fd36dace8d3e (patch)
tree2a3900905792268c39f0c9596a5eb9ecdc8a3c61 /sfx2/source/appl/appcfg.cxx
parentlibcmis: forgot to update windows patch for 0.2.3 (diff)
downloadcore-d9a00ace2ce3423c1ac08eee0bd1fd36dace8d3e.tar.gz
core-d9a00ace2ce3423c1ac08eee0bd1fd36dace8d3e.zip
tidy some resource strings
Change-Id: I611a276d048121084ec842d062129e042f3baea5
Diffstat (limited to 'sfx2/source/appl/appcfg.cxx')
-rw-r--r--sfx2/source/appl/appcfg.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/appl/appcfg.cxx b/sfx2/source/appl/appcfg.cxx
index 4b8d786d4b1a..bda8064a9264 100644
--- a/sfx2/source/appl/appcfg.cxx
+++ b/sfx2/source/appl/appcfg.cxx
@@ -470,8 +470,7 @@ sal_Bool SfxApplication::GetOptions( SfxItemSet& rSet )
for ( sal_uInt16 nProp = SvtPathOptions::PATH_ADDIN;
nProp <= SvtPathOptions::PATH_WORK; nProp++ )
{
- const String aName( SfxResId( CONFIG_PATH_START + nProp ) );
- aNames.InsertValue( nProp, aName );
+ aNames.InsertValue( nProp, SfxResId(CONFIG_PATH_START + nProp).toString() );
rtl::OUString aValue;
switch ( nProp )
{