summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorGreg Kelesidis <greg.kelesidis@gmail.com>2023-02-04 19:27:25 +0200
committerIlmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>2023-02-05 09:26:21 +0000
commit1e2f6e7b27fafd6c579dfb09ccd2012151b4ab7e (patch)
treee0f0d7cb2d8e25b91314557a9858b703ef47dff1 /framework
parentf71ce9b35598d6aa64f3b095e0b3c7683948c280 (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.hxx5
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: */