summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basctl/source/basicide/baside2.hxx5
-rw-r--r--basctl/source/basicide/bastype3.hxx5
-rw-r--r--basctl/source/basicide/breakpoint.hxx5
3 files changed, 3 insertions, 12 deletions
diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx
index d83a2d7b9bc0..0ce8fda57041 100644
--- a/basctl/source/basicide/baside2.hxx
+++ b/basctl/source/basicide/baside2.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_BASIDE2_HXX
-#define INCLUDED_BASCTL_SOURCE_BASICIDE_BASIDE2_HXX
+#pragma once
#include <memory>
#include <layout.hxx>
@@ -541,6 +540,4 @@ public:
} // namespace basctl
-#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_BASIDE2_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basctl/source/basicide/bastype3.hxx b/basctl/source/basicide/bastype3.hxx
index 41ddf81b93f8..3c79e0bea56f 100644
--- a/basctl/source/basicide/bastype3.hxx
+++ b/basctl/source/basicide/bastype3.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_BASTYPE3_HXX
-#define INCLUDED_BASCTL_SOURCE_BASICIDE_BASTYPE3_HXX
+#pragma once
#include <vcl/accel.hxx>
#include <vcl/edit.hxx>
@@ -43,6 +42,4 @@ public:
} // namespace basctl
-#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_BASTYPE3_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/basctl/source/basicide/breakpoint.hxx b/basctl/source/basicide/breakpoint.hxx
index 61a23753e042..4b5ab232535e 100644
--- a/basctl/source/basicide/breakpoint.hxx
+++ b/basctl/source/basicide/breakpoint.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASCTL_SOURCE_BASICIDE_BREAKPOINT_HXX
-#define INCLUDED_BASCTL_SOURCE_BASICIDE_BREAKPOINT_HXX
+#pragma once
#include <cstddef>
#include <vector>
@@ -78,6 +77,4 @@ public:
} // namespace basctl
-#endif // INCLUDED_BASCTL_SOURCE_BASICIDE_BREAKPOINT_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */