summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/shared.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/shared.hxx')
-rw-r--r--fpicker/source/win32/shared.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/win32/shared.hxx b/fpicker/source/win32/shared.hxx
index 4f822b742149..aa211a6057c1 100644
--- a/fpicker/source/win32/shared.hxx
+++ b/fpicker/source/win32/shared.hxx
@@ -21,9 +21,9 @@
#include <rtl/ustring.hxx>
-const OUString BACKSLASH("\\");
-const OUString FILTER_SEPARATOR("------------------------------------------");
-const OUString ALL_FILES_WILDCARD("*.*");
+static const OUStringLiteral BACKSLASH(u"\\");
+static const OUStringLiteral FILTER_SEPARATOR(u"------------------------------------------");
+static const OUStringLiteral ALL_FILES_WILDCARD(u"*.*");
const bool ALLOW_DUPLICATES = true;
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */