summaryrefslogtreecommitdiff
path: root/fpicker/source/win32/WinImplHelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'fpicker/source/win32/WinImplHelper.hxx')
-rw-r--r--fpicker/source/win32/WinImplHelper.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/fpicker/source/win32/WinImplHelper.hxx b/fpicker/source/win32/WinImplHelper.hxx
index 860572415ba1..9f7e16e94ac3 100644
--- a/fpicker/source/win32/WinImplHelper.hxx
+++ b/fpicker/source/win32/WinImplHelper.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FPICKER_SOURCE_WIN32_MISC_WINIMPLHELPER_HXX
-#define INCLUDED_FPICKER_SOURCE_WIN32_MISC_WINIMPLHELPER_HXX
+#pragma once
#include <sal/types.h>
#include <rtl/ustring.hxx>
@@ -47,6 +46,4 @@ OUString SOfficeToWindowsLabel(const OUString& aSOLabel);
// '~' -> '~~'
OUString WindowsToSOfficeLabel(const OUString& aWinLabel);
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */