diff options
author | Greg Kelesidis <greg.kelesidis@gmail.com> | 2023-02-04 19:27:25 +0200 |
---|---|---|
committer | Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org> | 2023-02-05 09:26:21 +0000 |
commit | 1e2f6e7b27fafd6c579dfb09ccd2012151b4ab7e (patch) | |
tree | e0f0d7cb2d8e25b91314557a9858b703ef47dff1 /framework | |
parent | f71ce9b35598d6aa64f3b095e0b3c7683948c280 (diff) |
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.lauhakangas@libreoffice.org>
Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
Diffstat (limited to 'framework')
-rw-r--r-- | framework/source/uiconfiguration/ImageList.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
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: */ |