diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-06-25 12:36:27 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-06-25 12:38:35 +0200 |
commit | 90dfd9d87ad93525dd815e1e5d047045fd7628b0 (patch) | |
tree | cd502fac2c3e43d5f57516f1734e70891da3aa98 /cui | |
parent | 6ce8ae5f0ca3cda17a1e708a273419f46bd0e8b0 (diff) |
loplugin:stringconstant: Flag more inefficiencies
Change-Id: I0749564ce91cb6ad5ca58cc6432ff3cd4b2f579b
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/options/optpath.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optpath.cxx b/cui/source/options/optpath.cxx index 6bebf7f01a48..06f6feef2a48 100644 --- a/cui/source/options/optpath.cxx +++ b/cui/source/options/optpath.cxx @@ -66,7 +66,7 @@ using namespace svx; #define POSTFIX_INTERNAL OUString("_internal") #define POSTFIX_USER OUString("_user") #define POSTFIX_WRITABLE OUString("_writable") -#define VAR_ONE OUString("%1") +#define VAR_ONE "%1" #define IODLG_CONFIGNAME OUString("FilePicker_Save") // struct OptPath_Impl --------------------------------------------------- |