summaryrefslogtreecommitdiff
path: root/framework/source/dispatch/windowcommanddispatch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/dispatch/windowcommanddispatch.cxx')
-rw-r--r--framework/source/dispatch/windowcommanddispatch.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/framework/source/dispatch/windowcommanddispatch.cxx b/framework/source/dispatch/windowcommanddispatch.cxx
index e35f52264289..44a381c48a1e 100644
--- a/framework/source/dispatch/windowcommanddispatch.cxx
+++ b/framework/source/dispatch/windowcommanddispatch.cxx
@@ -129,11 +129,11 @@ IMPL_LINK(WindowCommandDispatch, impl_notifyCommand, void*, pParam)
switch (nCommand)
{
case SHOWDIALOG_ID_PREFERENCES :
- sCommand = OUString(".uno:OptionsTreeDialog");
+ sCommand = ".uno:OptionsTreeDialog";
break;
case SHOWDIALOG_ID_ABOUT :
- sCommand = OUString(".uno:About");
+ sCommand = ".uno:About";
break;
default :