summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/inc/android/androidinst.hxx5
-rw-r--r--vcl/ios/DataFlavorMapping.hxx5
-rw-r--r--vcl/ios/HtmlFmtFlt.hxx5
-rw-r--r--vcl/ios/clipboard.hxx5
-rw-r--r--vcl/ios/iOSTransferable.hxx5
5 files changed, 5 insertions, 20 deletions
diff --git a/vcl/inc/android/androidinst.hxx b/vcl/inc/android/androidinst.hxx
index c157b0fd3128..771eb4b1ed81 100644
--- a/vcl/inc/android/androidinst.hxx
+++ b/vcl/inc/android/androidinst.hxx
@@ -7,8 +7,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
-#ifndef INCLUDED_VCL_INC_ANDROID_ANDROIDINST_HXX
-#define INCLUDED_VCL_INC_ANDROID_ANDROIDINST_HXX
+#pragma once
#include <jni.h>
#include <android/input.h>
@@ -48,6 +47,4 @@ public:
virtual void releaseMainThread();
};
-#endif // INCLUDED_VCL_INC_ANDROID_ANDROIDINST_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/ios/DataFlavorMapping.hxx b/vcl/ios/DataFlavorMapping.hxx
index fa45be243e9e..dd115575f28a 100644
--- a/vcl/ios/DataFlavorMapping.hxx
+++ b/vcl/ios/DataFlavorMapping.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_IOS_DATAFLAVORMAPPING_HXX
-#define INCLUDED_VCL_IOS_DATAFLAVORMAPPING_HXX
+#pragma once
#include <com/sun/star/datatransfer/DataFlavor.hpp>
#include <com/sun/star/datatransfer/XMimeContentTypeFactory.hpp>
@@ -122,6 +121,4 @@ private:
mutable OfficeOnlyTypes maOfficeOnlyTypes;
};
-#endif // INCLUDED_VCL_IOS_DATAFLAVORMAPPING_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/ios/HtmlFmtFlt.hxx b/vcl/ios/HtmlFmtFlt.hxx
index b11b19857f2c..6a2cd6f64666 100644
--- a/vcl/ios/HtmlFmtFlt.hxx
+++ b/vcl/ios/HtmlFmtFlt.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_OSX_HTMLFMTFLT_HXX
-#define INCLUDED_VCL_OSX_HTMLFMTFLT_HXX
+#pragma once
#include <com/sun/star/uno/Sequence.hxx>
@@ -36,6 +35,4 @@ css::uno::Sequence<sal_Int8> HTMLFormatToTextHtml(const css::uno::Sequence<sal_I
*/
bool isHTMLFormat(const css::uno::Sequence<sal_Int8>& aHtmlSequence);
-#endif // INCLUDED_VCL_OSX_HTMLFMTFLT_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/ios/clipboard.hxx b/vcl/ios/clipboard.hxx
index 66a4dd1b5591..086840912650 100644
--- a/vcl/ios/clipboard.hxx
+++ b/vcl/ios/clipboard.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_IOS_CLIPBOARD_HXX
-#define INCLUDED_VCL_IOS_CLIPBOARD_HXX
+#pragma once
#include "DataFlavorMapping.hxx"
#include <rtl/ustring.hxx>
@@ -105,6 +104,4 @@ private:
std::shared_ptr<DataFlavorMapper> mpDataFlavorMapper;
};
-#endif // INCLUDED_VCL_IOS_CLIPBOARD_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/vcl/ios/iOSTransferable.hxx b/vcl/ios/iOSTransferable.hxx
index b76bcf6c0d06..91f4e440eed4 100644
--- a/vcl/ios/iOSTransferable.hxx
+++ b/vcl/ios/iOSTransferable.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_VCL_IOS_IOSTRANSFERABLE_HXX
-#define INCLUDED_VCL_IOS_IOSTRANSFERABLE_HXX
+#pragma once
#include <com/sun/star/datatransfer/XTransferable.hpp>
#include <cppuhelper/implbase.hxx>
@@ -67,6 +66,4 @@ private:
std::shared_ptr<DataFlavorMapper> mDataFlavorMapper;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */