summaryrefslogtreecommitdiff
path: root/sal/osl/w32/path_helper.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/w32/path_helper.cxx')
-rw-r--r--sal/osl/w32/path_helper.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sal/osl/w32/path_helper.cxx b/sal/osl/w32/path_helper.cxx
index eeb45ce885be..52808b3a9774 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 OUStringLiteral BACKSLASH ("\\");
-const OUStringLiteral SLASH ("/");
+const OUStringLiteral BACKSLASH (u"\\");
+const OUStringLiteral SLASH (u"/");
void osl_systemPathEnsureSeparator(/*inout*/ rtl_uString** ppustrPath)
{