framework/source/uiconfiguration/ImageList.hxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-)
New commits: commit 1e2f6e7b27fafd6c579dfb09ccd2012151b4ab7e Author: Greg Kelesidis <greg.kelesi...@gmail.com> AuthorDate: Sat Feb 4 19:27:25 2023 +0200 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Sun Feb 5 09:26:21 2023 +0000 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 <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> 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 <vcl/image.hxx> @@ -73,6 +72,4 @@ private: void ImplRemoveImage( sal_uInt16 nPos ); }; -#endif // INCLUDED_VCL_IMAGE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */