tdf#143148 : Use pragma once instead of include guards

Change-Id: Ic9318847b387fb84af6124ad94d4340cbd57c797
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/127637
Tested-by: Jenkins
Tested-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
diff --git a/vcl/inc/android/androidinst.hxx b/vcl/inc/android/androidinst.hxx
index c157b0f..771eb4b 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 fa45be2..dd11557 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 b11b198..6a2cd6f 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 66a4dd1..0868409 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 b76bcf6..91f4e440 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: */