Kaydet (Commit) d964a43f authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:stringconstant: elide explicit ctor usage (manually due to macros)

Change-Id: Id65077d150fdb9785efeb9a2878d6ae643433b9d
üst 7d4dcb08
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment