diff options
Diffstat (limited to 'xmloff/source/transform/Oasis2OOo.hxx')
-rw-r--r-- | xmloff/source/transform/Oasis2OOo.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/transform/Oasis2OOo.hxx b/xmloff/source/transform/Oasis2OOo.hxx index 7a5d9c0ac632..c7d4ba6d349d 100644 --- a/xmloff/source/transform/Oasis2OOo.hxx +++ b/xmloff/source/transform/Oasis2OOo.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_TRANSFORM_OASIS2OOO_HXX -#define INCLUDED_XMLOFF_SOURCE_TRANSFORM_OASIS2OOO_HXX +#pragma once #include "ActionMapTypesOASIS.hxx" #include "TransformerBase.hxx" @@ -57,6 +56,4 @@ public: bool bForm = false ) override; }; -#endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_OASIS2OOO_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |