summaryrefslogtreecommitdiff
path: root/filter/source/storagefilterdetect/filterdetect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/storagefilterdetect/filterdetect.hxx')
-rw-r--r--filter/source/storagefilterdetect/filterdetect.hxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/filter/source/storagefilterdetect/filterdetect.hxx b/filter/source/storagefilterdetect/filterdetect.hxx
index 27556f376297..052e2c2ffd80 100644
--- a/filter/source/storagefilterdetect/filterdetect.hxx
+++ b/filter/source/storagefilterdetect/filterdetect.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FILTER_SOURCE_STORAGEFILTERDETECT_FILTERDETECT_HXX
-#define INCLUDED_FILTER_SOURCE_STORAGEFILTERDETECT_FILTERDETECT_HXX
+#pragma once
#include <com/sun/star/document/XExtendedFilterDetection.hpp>
#include <com/sun/star/lang/XInitialization.hpp>
@@ -36,7 +35,7 @@ class StorageFilterDetect : public cppu::WeakImplHelper<
public:
- explicit StorageFilterDetect (const css::uno::Reference<css::uno::XComponentContext>& xCxt);
+ explicit StorageFilterDetect (css::uno::Reference<css::uno::XComponentContext> xCxt);
virtual ~StorageFilterDetect() override;
// XExtendedFilterDetection
@@ -54,6 +53,4 @@ public:
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */