From 90dfd9d87ad93525dd815e1e5d047045fd7628b0 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 25 Jun 2015 12:36:27 +0200 Subject: loplugin:stringconstant: Flag more inefficiencies Change-Id: I0749564ce91cb6ad5ca58cc6432ff3cd4b2f579b --- cui/source/options/optpath.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') 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 --------------------------------------------------- -- cgit