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.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/win32/filepicker/shared.hxx b/fpicker/source/win32/filepicker/shared.hxx
index 06c83efefd98..3966e1e4055e 100644
--- a/fpicker/source/win32/filepicker/shared.hxx
+++ b/fpicker/source/win32/filepicker/shared.hxx
@@ -25,7 +25,7 @@
const OUString BACKSLASH( "\\" );
const OUString FILTER_SEPARATOR( "------------------------------------------" );
const OUString ALL_FILES_WILDCARD( "*.*" );
-const ::sal_Bool ALLOW_DUPLICATES = sal_True;
+const sal_Bool ALLOW_DUPLICATES = sal_True;
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */