tdf#124176: Use pragma once instead of include guards

Change-Id: I65639e32765ba0804aeb5b5880eca2b5d186485e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87431
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Tested-by: Muhammet Kara <muhammet.kara@collabora.com>
diff --git a/hwpfilter/source/hstream.hxx b/hwpfilter/source/hstream.hxx
index e082e3a..bf0d554 100644
--- a/hwpfilter/source/hstream.hxx
+++ b/hwpfilter/source/hstream.hxx
@@ -17,8 +17,7 @@
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#ifndef INCLUDED_HWPFILTER_SOURCE_HSTREAM_H
#define INCLUDED_HWPFILTER_SOURCE_HSTREAM_H
#pragma once

#include <vector>

@@ -47,6 +46,5 @@
        std::vector<byte> seq;
        size_t pos;
};
#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svx/swframeposstrings.hxx b/include/svx/swframeposstrings.hxx
index c0ef3a3..06cbc40 100644
--- a/include/svx/swframeposstrings.hxx
+++ b/include/svx/swframeposstrings.hxx
@@ -16,8 +16,8 @@
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */
#ifndef INCLUDED_SVX_SWFRAMEPOSSTRINGS_HXX
#define INCLUDED_SVX_SWFRAMEPOSSTRINGS_HXX

#pragma once

#include <rtl/ustring.hxx>
#include <svx/svxdllapi.h>
@@ -78,6 +78,5 @@
    };
    static OUString GetString(StringId eId);
};
#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svx/sxcaitm.hxx b/include/svx/sxcaitm.hxx
index 50ed46c..fc36d00 100644
--- a/include/svx/sxcaitm.hxx
+++ b/include/svx/sxcaitm.hxx
@@ -16,8 +16,8 @@
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */
#ifndef INCLUDED_SVX_SXCAITM_HXX
#define INCLUDED_SVX_SXCAITM_HXX

#pragma once

#include <svx/svddef.hxx>

@@ -41,6 +41,4 @@
    }
};

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svx/tbxcolor.hxx b/include/svx/tbxcolor.hxx
index 739bef3..b98b0be 100644
--- a/include/svx/tbxcolor.hxx
+++ b/include/svx/tbxcolor.hxx
@@ -16,8 +16,8 @@
 *   except in compliance with the License. You may obtain a copy of
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */
#ifndef INCLUDED_SVX_TBXCOLOR_HXX
#define INCLUDED_SVX_TBXCOLOR_HXX

#pragma once

#include <com/sun/star/frame/XLayoutManager.hpp>
#include <svx/svxdllapi.h>
@@ -52,7 +52,4 @@

}


#endif // INCLUDED_SVX_TBXCOLOR_HXX

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/include/svx/xmlsecctrl.hxx b/include/svx/xmlsecctrl.hxx
index 56b58dc..5ba255a 100644
--- a/include/svx/xmlsecctrl.hxx
+++ b/include/svx/xmlsecctrl.hxx
@@ -17,8 +17,7 @@
 *   the License at http://www.apache.org/licenses/LICENSE-2.0 .
 */

#ifndef INCLUDED_SVX_XMLSECCTRL_HXX
#define INCLUDED_SVX_XMLSECCTRL_HXX
#pragma once

#include <memory>
#include <sfx2/stbitem.hxx>
@@ -44,6 +43,4 @@
    virtual void    Command( const CommandEvent& rCEvt ) override;
};

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */