diff options
-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" |