From 1e2f6e7b27fafd6c579dfb09ccd2012151b4ab7e Mon Sep 17 00:00:00 2001 From: Greg Kelesidis Date: Sat, 4 Feb 2023 19:27:25 +0200 Subject: tdf#143148 Use pragma once instead of include guards Change-Id: Iaeabe4e21ffe407684a57e1988a836e7cf85b2a7 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146560 Tested-by: Ilmari Lauhakangas Reviewed-by: Ilmari Lauhakangas --- framework/source/uiconfiguration/ImageList.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'framework') diff --git a/framework/source/uiconfiguration/ImageList.hxx b/framework/source/uiconfiguration/ImageList.hxx index 0951b8369d2a..edd0789ed146 100644 --- a/framework/source/uiconfiguration/ImageList.hxx +++ b/framework/source/uiconfiguration/ImageList.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef FRAMEWORK_SOURCE_UICONFIGURATION_IMAGELIST_HXX -#define FRAMEWORK_SOURCE_UICONFIGURATION_IMAGELIST_HXX +#pragma once #include @@ -73,6 +72,4 @@ private: void ImplRemoveImage( sal_uInt16 nPos ); }; -#endif // INCLUDED_VCL_IMAGE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ -- cgit