idlc/inc/astbasetype.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 7784744b1fbc0e07c1b01addd1043606e8a631da Author: Aman Jha <amanjha752...@gmail.com> AuthorDate: Fri Apr 15 15:42:44 2022 +0530 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Sun Apr 17 16:57:02 2022 +0200 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.lauhakan...@libreoffice.org> 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: */