idl/inc/lex.hxx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-)
New commits: commit 404312cbf5c2b3cec55c19879d1d7207596b8ddb Author: AungKhantOo <[email protected]> AuthorDate: Sun Jan 28 15:20:06 2024 +0630 Commit: Taichi Haradaguchi <[email protected]> CommitDate: Mon Jan 29 04:51:49 2024 +0100 tdf#143148 Use pragma once instead of include guards in idl/inc/lex.hxx Change-Id: I149c597d9d571e78ef09a95d91c8550aab9ac471 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/162656 Tested-by: Jenkins Reviewed-by: Taichi Haradaguchi <[email protected]> diff --git a/idl/inc/lex.hxx b/idl/inc/lex.hxx index b7aa9336d82f..a45964f52353 100644 --- a/idl/inc/lex.hxx +++ b/idl/inc/lex.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_IDL_INC_LEX_HXX -#define INCLUDED_IDL_INC_LEX_HXX +#pragma once #include <sal/types.h> #include "hash.hxx" @@ -211,7 +210,4 @@ public: } }; - -#endif // INCLUDED_IDL_INC_LEX_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */
