diff options
Diffstat (limited to 'xmloff/source/style/FillStyleContext.hxx')
-rw-r--r-- | xmloff/source/style/FillStyleContext.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/style/FillStyleContext.hxx b/xmloff/source/style/FillStyleContext.hxx index aac0b8b31b15..3b17c29c8239 100644 --- a/xmloff/source/style/FillStyleContext.hxx +++ b/xmloff/source/style/FillStyleContext.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_FILLSTYLECONTEXT_HXX -#define INCLUDED_XMLOFF_SOURCE_STYLE_FILLSTYLECONTEXT_HXX +#pragma once #include <com/sun/star/io/XOutputStream.hpp> #include <xmloff/xmlstyle.hxx> @@ -142,6 +141,4 @@ public: virtual bool IsTransient() const override; }; -#endif // INCLUDED_XMLOFF_SOURCE_STYLE_FILLSTYLECONTEXT_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |