summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-06 12:31:59 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-06 12:31:59 +0100
commit8b037a1ed1032e76f69a91b1cbfdbf9852262e3c (patch)
treec98d7d1e2e28f8722f19cca5a99abf28d5b0e6a2 /cui
parent5b8de53a3f8a68d1eb6157398f5c5e456054028e (diff)
loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
Change-Id: I042d922e31d6feeb5d4b4fbc542826a386fb2fbd
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optsave.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optsave.cxx b/cui/source/options/optsave.cxx
index 3dd15b075af5..4b36b145cd4b 100644
--- a/cui/source/options/optsave.cxx
+++ b/cui/source/options/optsave.cxx
@@ -51,7 +51,7 @@ using namespace com::sun::star::beans;
using namespace com::sun::star::container;
using namespace comphelper;
-#define CFG_PAGE_AND_GROUP OUString("General"), OUString("LoadSave")
+#define CFG_PAGE_AND_GROUP "General", "LoadSave"