summaryrefslogtreecommitdiff
path: root/filter/source/xsltdialog/xmlfiltertabpagexslt.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'filter/source/xsltdialog/xmlfiltertabpagexslt.hxx')
-rw-r--r--filter/source/xsltdialog/xmlfiltertabpagexslt.hxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/filter/source/xsltdialog/xmlfiltertabpagexslt.hxx b/filter/source/xsltdialog/xmlfiltertabpagexslt.hxx
index 142c27a119f2..52538a834fd1 100644
--- a/filter/source/xsltdialog/xmlfiltertabpagexslt.hxx
+++ b/filter/source/xsltdialog/xmlfiltertabpagexslt.hxx
@@ -16,13 +16,11 @@
* 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_FILTER_SOURCE_XSLTDIALOG_XMLFILTERTABPAGEXSLT_HXX
-#define INCLUDED_FILTER_SOURCE_XSLTDIALOG_XMLFILTERTABPAGEXSLT_HXX
+#pragma once
#include <vcl/weld.hxx>
#include <svtools/inettbc.hxx>
-namespace vcl { class Window; }
class filter_info_impl;
class XMLFilterTabPageXSLT
@@ -55,6 +53,4 @@ public:
std::unique_ptr<weld::CheckButton> m_xCBNeedsXSLT2;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */