summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/filepicker/shared.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/filepicker/shared.hxx')
-rw-r--r--fpicker/source/win32/filepicker/shared.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/fpicker/source/win32/filepicker/shared.hxx b/fpicker/source/win32/filepicker/shared.hxx
index d7dcd14d2e63..06c83efefd98 100644
--- a/fpicker/source/win32/filepicker/shared.hxx
+++ b/fpicker/source/win32/filepicker/shared.hxx
@@ -22,9 +22,9 @@
#include <rtl/ustring.hxx>
-const ::rtl::OUString BACKSLASH( "\\" );
-const ::rtl::OUString FILTER_SEPARATOR( "------------------------------------------" );
-const ::rtl::OUString ALL_FILES_WILDCARD( "*.*" );
+const OUString BACKSLASH( "\\" );
+const OUString FILTER_SEPARATOR( "------------------------------------------" );
+const OUString ALL_FILES_WILDCARD( "*.*" );
const ::sal_Bool ALLOW_DUPLICATES = sal_True;
#endif