summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/CreateElemTContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/CreateElemTContext.hxx')
-rw-r--r--xmloff/source/transform/CreateElemTContext.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/transform/CreateElemTContext.hxx b/xmloff/source/transform/CreateElemTContext.hxx
index a7ce38981fd8..6d70e88eec0f 100644
--- a/xmloff/source/transform/CreateElemTContext.hxx
+++ b/xmloff/source/transform/CreateElemTContext.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLOFF_SOURCE_TRANSFORM_CREATEELEMTCONTEXT_HXX
-#define INCLUDED_XMLOFF_SOURCE_TRANSFORM_CREATEELEMTCONTEXT_HXX
+#pragma once
#include "TransformerContext.hxx"
@@ -34,6 +33,4 @@ public:
virtual void StartElement( const css::uno::Reference< css::xml::sax::XAttributeList >& xAttrList ) override;
};
-#endif // _XMLOFF_CREATEELEMCONTEXT_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */