summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog/typedetectionexport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xsltdialog/typedetectionexport.hxx')
-rw-r--r--filter/source/xsltdialog/typedetectionexport.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/filter/source/xsltdialog/typedetectionexport.hxx b/filter/source/xsltdialog/typedetectionexport.hxx
index b38b3306dca6..a253540bb673 100644
--- a/filter/source/xsltdialog/typedetectionexport.hxx
+++ b/filter/source/xsltdialog/typedetectionexport.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_FILTER_SOURCE_XSLTDIALOG_TYPEDETECTIONEXPORT_HXX
-#define INCLUDED_FILTER_SOURCE_XSLTDIALOG_TYPEDETECTIONEXPORT_HXX
+#pragma once
#include <com/sun/star/xml/sax/XWriter.hpp>
#include <com/sun/star/io/XOutputStream.hpp>
@@ -39,6 +38,4 @@ private:
css::uno::Reference< css::uno::XComponentContext > mxContext;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */