summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/unoidl/unocpres.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/unocpres.hxx')
-rw-r--r--sd/source/ui/unoidl/unocpres.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/source/ui/unoidl/unocpres.hxx b/sd/source/ui/unoidl/unocpres.hxx
index 8328e0dcc1a9..5a9cbad7768d 100644
--- a/sd/source/ui/unoidl/unocpres.hxx
+++ b/sd/source/ui/unoidl/unocpres.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_UNOIDL_UNOCPRES_HXX
-#define INCLUDED_SD_SOURCE_UI_UNOIDL_UNOCPRES_HXX
+#pragma once
#include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/container/XIndexContainer.hpp>
@@ -145,6 +144,4 @@ inline SdCustomShowList* SdXCustomPresentationAccess::GetCustomShowList() const
return nullptr;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */