summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/unoidl/unomodule.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/unomodule.hxx')
-rw-r--r--sd/source/ui/unoidl/unomodule.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/source/ui/unoidl/unomodule.hxx b/sd/source/ui/unoidl/unomodule.hxx
index 8f1c1f85a3be..bc78c6b197e1 100644
--- a/sd/source/ui/unoidl/unomodule.hxx
+++ b/sd/source/ui/unoidl/unomodule.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SD_SOURCE_UI_UNOIDL_UNOMODULE_HXX
-#define INCLUDED_SD_SOURCE_UI_UNOIDL_UNOMODULE_HXX
+#pragma once
#include <rtl/ustring.hxx>
#include <com/sun/star/frame/XDispatchProvider.hpp>
@@ -55,6 +54,4 @@ public:
virtual css::uno::Sequence< OUString > SAL_CALL getSupportedServiceNames( ) override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */