summaryrefslogtreecommitdiff
path: root/framework/source/uiconfiguration/ImageList.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'framework/source/uiconfiguration/ImageList.hxx')
-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: */