From 13ae66c0eb0ab03ac4a43c52dd2359fbaa7f5867 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 21 Aug 2020 09:39:16 +0200 Subject: loplugin:stringstatic (clang-cl) Change-Id: I024c7437e876459e22a6f541405b87ac13e7dc99 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101135 Tested-by: Jenkins Reviewed-by: Stephan Bergmann --- sal/osl/w32/path_helper.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sal') diff --git a/sal/osl/w32/path_helper.cxx b/sal/osl/w32/path_helper.cxx index 9538254659dd..eeb45ce885be 100644 --- a/sal/osl/w32/path_helper.cxx +++ b/sal/osl/w32/path_helper.cxx @@ -25,8 +25,8 @@ #include #include -const OUString BACKSLASH ("\\"); -const OUString SLASH ("/"); +const OUStringLiteral BACKSLASH ("\\"); +const OUStringLiteral SLASH ("/"); void osl_systemPathEnsureSeparator(/*inout*/ rtl_uString** ppustrPath) { -- cgit