From 039e90ec011157c9e851221a53ec62d33acb71d1 Mon Sep 17 00:00:00 2001 From: Vincent LE GARREC Date: Sat, 6 Mar 2021 08:18:00 +0100 Subject: tdf#124176 Use pragma once in extensions Change-Id: I1a5ed69da20cef4428f5f61db5fb9411cff61dc7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112048 Tested-by: Jenkins Reviewed-by: John Turpish Reviewed-by: Ilmari Lauhakangas --- extensions/source/propctrlr/enumrepresentation.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'extensions/source/propctrlr/enumrepresentation.hxx') diff --git a/extensions/source/propctrlr/enumrepresentation.hxx b/extensions/source/propctrlr/enumrepresentation.hxx index ef7a94596e34..b3ba04c9a1ec 100644 --- a/extensions/source/propctrlr/enumrepresentation.hxx +++ b/extensions/source/propctrlr/enumrepresentation.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_ENUMREPRESENTATION_HXX -#define INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_ENUMREPRESENTATION_HXX +#pragma once #include #include @@ -60,6 +59,4 @@ namespace pcr } // namespace pcr -#endif // INCLUDED_EXTENSIONS_SOURCE_PROPCTRLR_ENUMREPRESENTATION_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit