diff options
Diffstat (limited to 'sal')
-rw-r--r-- | sal/osl/w32/path_helper.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 <algorithm> #include <wchar.h> -const OUString BACKSLASH ("\\"); -const OUString SLASH ("/"); +const OUStringLiteral BACKSLASH ("\\"); +const OUStringLiteral SLASH ("/"); void osl_systemPathEnsureSeparator(/*inout*/ rtl_uString** ppustrPath) { |