summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/unoidl/sddetect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/ui/unoidl/sddetect.hxx')
-rw-r--r--sd/source/ui/unoidl/sddetect.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/sd/source/ui/unoidl/sddetect.hxx b/sd/source/ui/unoidl/sddetect.hxx
index 7b9da4383334..3d22cc12c832 100644
--- a/sd/source/ui/unoidl/sddetect.hxx
+++ b/sd/source/ui/unoidl/sddetect.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_SD_SOURCE_UI_UNOIDL_SDDETECT_HXX
-#define INCLUDED_SD_SOURCE_UI_UNOIDL_SDDETECT_HXX
+#pragma once
#include <rtl/ustring.hxx>
#include <com/sun/star/document/XExtendedFilterDetection.hpp>
@@ -46,6 +45,4 @@ public:
virtual OUString SAL_CALL detect( css::uno::Sequence< css::beans::PropertyValue >& lDescriptor ) override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */