summaryrefslogtreecommitdiff
path: root/cui/source/customize
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/customize')
-rw-r--r--cui/source/customize/cfg.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx
index 05a28f860268..0392d1f250a6 100644
--- a/cui/source/customize/cfg.cxx
+++ b/cui/source/customize/cfg.cxx
@@ -3111,7 +3111,7 @@ SvxToolbarConfigPage::SvxToolbarConfigPage(
// default toolbar to select is standardbar unless a different one
// has been passed in
m_aURLToSelect = OUString(ITEM_TOOLBAR_URL );
- m_aURLToSelect += OUString("standardbar" );
+ m_aURLToSelect += "standardbar";
const SfxPoolItem* pItem =
rSet.GetItem( rSet.GetPool()->GetWhich( SID_CONFIG ) );
@@ -3662,7 +3662,7 @@ void SvxToolbarConfigPage::Init()
// in future select the default toolbar: Standard
m_aURLToSelect = OUString(ITEM_TOOLBAR_URL );
- m_aURLToSelect += OUString("standardbar" );
+ m_aURLToSelect += "standardbar";
}
aTopLevelListBox.SelectEntryPos(nPos, sal_True);