summaryrefslogtreecommitdiff
path: root/idlc
diff options
context:
space:
mode:
authorAman Jha <amanjha752001@gmail.com>2022-04-15 15:42:44 +0530
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2022-04-17 16:57:02 +0200
commit7784744b1fbc0e07c1b01addd1043606e8a631da (patch)
tree6c7a34f938c3d98a9fb59e51ec9a811b8f071ef6 /idlc
parent11ad1fe346b16b388280018b0ef3f4130a45dd40 (diff)
tdf#143148 use pragma once in idlc
Change-Id: I2f7108da12f8345a0b13754398c38c068aa74be7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132853 Tested-by: Jenkins Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'idlc')
-rw-r--r--idlc/inc/astbasetype.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/idlc/inc/astbasetype.hxx b/idlc/inc/astbasetype.hxx
index 9c4e6ea42575..0b488c8006fd 100644
--- a/idlc/inc/astbasetype.hxx
+++ b/idlc/inc/astbasetype.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_IDLC_INC_ASTBASETYPE_HXX
-#define INCLUDED_IDLC_INC_ASTBASETYPE_HXX
+#pragma once
#include "asttype.hxx"
#include "astexpression.hxx"
@@ -48,6 +47,4 @@ private:
const ExprType m_exprType;
};
-#endif // INCLUDED_IDLC_INC_ASTBASETYPE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */