tdf#124176: Use pragma once instead of include guards
Change-Id: Ib2c93eb61d8d4c944a1b7de074fd0e9e48715ca4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86232
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
diff --git a/basctl/source/basicide/macrodlg.hxx b/basctl/source/basicide/macrodlg.hxx
index e6ce85e..5841036 100644
--- a/basctl/source/basicide/macrodlg.hxx
+++ b/basctl/source/basicide/macrodlg.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_MACRODLG_HXX
#define INCLUDED_BASCTL_SOURCE_BASICIDE_MACRODLG_HXX
#pragma once
#include <bastype2.hxx>
#include <sfx2/basedlgs.hxx>
@@ -104,6 +103,4 @@
} // namespace basctl
#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_MACRODLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index 6e5bb3b..fa636a5 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_MODULDLG_HXX
#define INCLUDED_BASCTL_SOURCE_BASICIDE_MODULDLG_HXX
#pragma once
#include <bastype2.hxx>
#include <vcl/weld.hxx>
@@ -216,6 +215,4 @@
} // namespace basctl
#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_MODULDLG_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basctl/source/basicide/unomodel.hxx b/basctl/source/basicide/unomodel.hxx
index d75f40c..aab2481 100644
--- a/basctl/source/basicide/unomodel.hxx
+++ b/basctl/source/basicide/unomodel.hxx
@@ -16,8 +16,7 @@
* 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_BASCTL_SOURCE_BASICIDE_UNOMODEL_HXX
#define INCLUDED_BASCTL_SOURCE_BASICIDE_UNOMODEL_HXX
#pragma once
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XServiceInfo.hpp>
@@ -66,6 +65,4 @@
} // namespace basctl
#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_UNOMODEL_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */