From d964a43f37056d4f478fb2c69fa1637b6a14ed26 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 6 Nov 2015 12:33:29 +0100 Subject: loplugin:stringconstant: elide explicit ctor usage (manually due to macros) Change-Id: Id65077d150fdb9785efeb9a2878d6ae643433b9d --- unotools/source/config/dynamicmenuoptions.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'unotools') diff --git a/unotools/source/config/dynamicmenuoptions.cxx b/unotools/source/config/dynamicmenuoptions.cxx index d09ddad8acc9..e7799ba3018d 100644 --- a/unotools/source/config/dynamicmenuoptions.cxx +++ b/unotools/source/config/dynamicmenuoptions.cxx @@ -43,9 +43,9 @@ using namespace ::com::sun::star::beans; #define ROOTNODE_MENUS OUString("Office.Common/Menus/") #define PATHDELIMITER "/" -#define SETNODE_NEWMENU OUString("New") -#define SETNODE_WIZARDMENU OUString("Wizard") -#define SETNODE_HELPBOOKMARKS OUString("HelpBookmarks") +#define SETNODE_NEWMENU "New" +#define SETNODE_WIZARDMENU "Wizard" +#define SETNODE_HELPBOOKMARKS "HelpBookmarks" #define PROPERTYNAME_URL DYNAMICMENU_PROPERTYNAME_URL #define PROPERTYNAME_TITLE DYNAMICMENU_PROPERTYNAME_TITLE -- cgit v1.2.3