summaryrefslogtreecommitdiff
path: root/xmloff/source/xforms/SchemaRestrictionContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/xforms/SchemaRestrictionContext.hxx')
-rw-r--r--xmloff/source/xforms/SchemaRestrictionContext.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/xforms/SchemaRestrictionContext.hxx b/xmloff/source/xforms/SchemaRestrictionContext.hxx
index fdf7873b2a27..47cf4b088f44 100644
--- a/xmloff/source/xforms/SchemaRestrictionContext.hxx
+++ b/xmloff/source/xforms/SchemaRestrictionContext.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLOFF_SOURCE_XFORMS_SCHEMARESTRICTIONCONTEXT_HXX
-#define INCLUDED_XMLOFF_SOURCE_XFORMS_SCHEMARESTRICTIONCONTEXT_HXX
+#pragma once
#include "TokenContext.hxx"
#include <com/sun/star/uno/Reference.hxx>
@@ -58,6 +57,4 @@ private:
const css::uno::Reference<css::xml::sax::XFastAttributeList>& xAttrList ) override;
};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */