summaryrefslogtreecommitdiff
path: root/xmloff/source/transform/ControlOASISTContext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/source/transform/ControlOASISTContext.hxx')
-rw-r--r--xmloff/source/transform/ControlOASISTContext.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/transform/ControlOASISTContext.hxx b/xmloff/source/transform/ControlOASISTContext.hxx
index 0a0a167af80c..26b5baeb0c7c 100644
--- a/xmloff/source/transform/ControlOASISTContext.hxx
+++ b/xmloff/source/transform/ControlOASISTContext.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLOFF_SOURCE_TRANSFORM_CONTROLOASISTCONTEXT_HXX
-#define INCLUDED_XMLOFF_SOURCE_TRANSFORM_CONTROLOASISTCONTEXT_HXX
+#pragma once
#include "TransformerContext.hxx"
@@ -37,6 +36,4 @@ public:
virtual void EndElement() override;
};
-#endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_CONTROLOASISTCONTEXT_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */