summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/inc/unomodel.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/inc/unomodel.hxx')
-rw-r--r--sd/source/ui/inc/unomodel.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/source/ui/inc/unomodel.hxx b/sd/source/ui/inc/unomodel.hxx
index 747ce4e585cb..ab3a723cf672 100644
--- a/sd/source/ui/inc/unomodel.hxx
+++ b/sd/source/ui/inc/unomodel.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SD_SOURCE_UI_INC_UNOMODEL_HXX
-#define INCLUDED_SD_SOURCE_UI_INC_UNOMODEL_HXX
+#pragma once
#include <com/sun/star/style/XStyleFamiliesSupplier.hpp>
#include <com/sun/star/document/XLinkTargetSupplier.hpp>
@@ -404,6 +403,4 @@ public:
SdPage* FindPage( std::u16string_view rName ) const;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */