diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 12:31:59 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-06 12:31:59 +0100 |
commit | 8b037a1ed1032e76f69a91b1cbfdbf9852262e3c (patch) | |
tree | c98d7d1e2e28f8722f19cca5a99abf28d5b0e6a2 /cui/source | |
parent | 5b8de53a3f8a68d1eb6157398f5c5e456054028e (diff) |
loplugin:stringconstant: elide explicit ctor usage (manually due to macros)
Change-Id: I042d922e31d6feeb5d4b4fbc542826a386fb2fbd
Diffstat (limited to 'cui/source')
-rw-r--r-- | cui/source/options/optsave.cxx | 2 |
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" |