diff options
Diffstat (limited to 'xmloff/source/transform/DeepTContext.hxx')
-rw-r--r-- | xmloff/source/transform/DeepTContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/transform/DeepTContext.hxx b/xmloff/source/transform/DeepTContext.hxx index efbed3b40415..af6d41255bf8 100644 --- a/xmloff/source/transform/DeepTContext.hxx +++ b/xmloff/source/transform/DeepTContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_TRANSFORM_DEEPTCONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_TRANSFORM_DEEPTCONTEXT_HXX +#pragma once #include <rtl/ref.hxx> @@ -69,6 +68,4 @@ public: virtual void ExportContent() override; }; -#endif // INCLUDED_XMLOFF_SOURCE_TRANSFORM_DEEPTCONTEXT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |