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.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/fpicker/source/win32/shared.hxx b/fpicker/source/win32/shared.hxx
index 2e4427f6de9e..4f822b742149 100644
--- a/fpicker/source/win32/shared.hxx
+++ b/fpicker/source/win32/shared.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FPICKER_SOURCE_WIN32_FILEPICKER_SHARED_HXX
-#define INCLUDED_FPICKER_SOURCE_WIN32_FILEPICKER_SHARED_HXX
+#pragma once
#include <rtl/ustring.hxx>
@@ -27,5 +26,4 @@ const OUString FILTER_SEPARATOR("------------------------------------------");
const OUString ALL_FILES_WILDCARD("*.*");
const bool ALLOW_DUPLICATES = true;
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */