summaryrefslogtreecommitdiff
path: root/svtools/source/config/menuoptions.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-12-18 13:33:54 +0100
committerStephan Bergmann <sbergman@redhat.com>2014-12-18 14:12:34 +0100
commit7c6aa647e83b4989fcaecd4a4d81361c06a3f3d4 (patch)
tree374f4b5c873861ec11c33ca3e144eef36dff0932 /svtools/source/config/menuoptions.cxx
parentf79c92198775cac688774ace792b296647448781 (diff)
svtools: Use appropriate OUString functions on string constants
Change-Id: Ifa7ea9bf840cacb701dd4b5fb0904870bc3cf407
Diffstat (limited to 'svtools/source/config/menuoptions.cxx')
-rw-r--r--svtools/source/config/menuoptions.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/svtools/source/config/menuoptions.cxx b/svtools/source/config/menuoptions.cxx
index e3efb512dee5..b1055eb7bdf2 100644
--- a/svtools/source/config/menuoptions.cxx
+++ b/svtools/source/config/menuoptions.cxx
@@ -44,10 +44,10 @@ using namespace ::com::sun::star::uno ;
#define DEFAULT_FOLLOWMOUSE true
#define DEFAULT_MENUICONS TRISTATE_INDET
-#define PROPERTYNAME_DONTHIDEDISABLEDENTRIES OUString("DontHideDisabledEntry" )
-#define PROPERTYNAME_FOLLOWMOUSE OUString("FollowMouse" )
-#define PROPERTYNAME_SHOWICONSINMENUES OUString("ShowIconsInMenues" )
-#define PROPERTYNAME_SYSTEMICONSINMENUES OUString("IsSystemIconsInMenus" )
+#define PROPERTYNAME_DONTHIDEDISABLEDENTRIES "DontHideDisabledEntry"
+#define PROPERTYNAME_FOLLOWMOUSE "FollowMouse"
+#define PROPERTYNAME_SHOWICONSINMENUES "ShowIconsInMenues"
+#define PROPERTYNAME_SYSTEMICONSINMENUES "IsSystemIconsInMenus"
#define PROPERTYHANDLE_DONTHIDEDISABLEDENTRIES 0
#define PROPERTYHANDLE_FOLLOWMOUSE 1