summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorAleyna Doğrucan <aleynadgrcn699@gmail.com>2020-01-05 00:43:43 +0300
committerMuhammet Kara <muhammet.kara@collabora.com>2020-01-27 22:23:53 +0100
commit8118d328285ee47556d18aab1efcd2824c1dbcf0 (patch)
tree4a88e427cfd75149058405048758b8e8a976049b /basctl
parent4939a8905207c0aa044156dc583e4cdd6e7eb63e (diff)
tdf#124176: Use pragma once instead of include guards
Change-Id: Ib0708c72fff342c25f79662cc3f4bbbfdfe0574a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86230 Tested-by: Jenkins Reviewed-by: Muhammet Kara <muhammet.kara@collabora.com>
Diffstat (limited to 'basctl')
-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: */