summaryrefslogtreecommitdiff
path: root/basctl/source/inc/basidectrlr.hxx
diff options
context:
space:
mode:
authorGeorge Bateman <george.bateman16@gmail.com>2020-08-04 21:03:59 +0000
committerJulien Nabet <serval2412@yahoo.fr>2020-09-04 08:58:07 +0200
commitabea8319622848f2228fc9a2736a645b52ab617b (patch)
tree11364c5b60fce6d8592f53e984da83cc8bcfe54d /basctl/source/inc/basidectrlr.hxx
parentfb4ddf2fc997f3b0c193b6dce22a0b1313f24240 (diff)
tdf#124176 Use #pragma once in basctl
This commit was carried out by a Python script, source of which is at https://bugs.documentfoundation.org/show_bug.cgi?id=124176#c97. Change-Id: I812869f1a7cb2ac3e9c97240abc456cd12afd0b4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100121 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basctl/source/inc/basidectrlr.hxx')
-rw-r--r--basctl/source/inc/basidectrlr.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/basctl/source/inc/basidectrlr.hxx b/basctl/source/inc/basidectrlr.hxx
index 76049a5b3f37..7db0824df744 100644
--- a/basctl/source/inc/basidectrlr.hxx
+++ b/basctl/source/inc/basidectrlr.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_BASCTL_SOURCE_INC_BASIDECTRLR_HXX
-#define INCLUDED_BASCTL_SOURCE_INC_BASIDECTRLR_HXX
+#pragma once
#include <comphelper/broadcasthelper.hxx>
#include <comphelper/propertycontainer.hxx>
@@ -66,6 +65,4 @@ protected:
} // namespace basctl
-#endif // INCLUDED_BASCTL_SOURCE_INC_BASIDECTRLR_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */