summaryrefslogtreecommitdiffstats
path: root/framework/source/uielement/toolbarmanager.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uielement/toolbarmanager.cxx')
-rw-r--r--framework/source/uielement/toolbarmanager.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/framework/source/uielement/toolbarmanager.cxx b/framework/source/uielement/toolbarmanager.cxx
index 87413661ce6c..db552106ef36 100644
--- a/framework/source/uielement/toolbarmanager.cxx
+++ b/framework/source/uielement/toolbarmanager.cxx
@@ -1037,10 +1037,10 @@ void ToolBarManager::CreateControllers()
if (pController)
{
- if(aCommandURL == OUString( ".uno:SwitchXFormsDesignMode" ) ||
- aCommandURL == OUString( ".uno:ViewDataSourceBrowser" ) ||
- aCommandURL == OUString( ".uno:ParaLeftToRight" ) ||
- aCommandURL == OUString( ".uno:ParaRightToLeft" )
+ if(aCommandURL == ".uno:SwitchXFormsDesignMode" ||
+ aCommandURL == ".uno:ViewDataSourceBrowser" ||
+ aCommandURL == ".uno:ParaLeftToRight" ||
+ aCommandURL == ".uno:ParaRightToLeft"
)
pController->setFastPropertyValue_NoBroadcast(1,makeAny(sal_True));
}