diff options
Diffstat (limited to 'xmloff/source/transform/MergeElemTContext.hxx')
-rw-r--r-- | xmloff/source/transform/MergeElemTContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/transform/MergeElemTContext.hxx b/xmloff/source/transform/MergeElemTContext.hxx index add30debc829..9e6cc6f97bcb 100644 --- a/xmloff/source/transform/MergeElemTContext.hxx +++ b/xmloff/source/transform/MergeElemTContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_TRANSFORM_MERGEELEMTCONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_TRANSFORM_MERGEELEMTCONTEXT_HXX +#pragma once #include <rtl/ref.hxx> #include "FlatTContext.hxx" @@ -53,6 +52,4 @@ public: virtual void Characters( const OUString& rChars ) override; }; -#endif // _XMLOFF_MERGEELEMCONTEXT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |