diff options
Diffstat (limited to 'xmloff/inc/TransGradientStyle.hxx')
-rw-r--r-- | xmloff/inc/TransGradientStyle.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/TransGradientStyle.hxx b/xmloff/inc/TransGradientStyle.hxx index 61637eac9ab0..f01ae1c19596 100644 --- a/xmloff/inc/TransGradientStyle.hxx +++ b/xmloff/inc/TransGradientStyle.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_INC_TRANSGRADIENTSTYLE_HXX -#define INCLUDED_XMLOFF_INC_TRANSGRADIENTSTYLE_HXX +#pragma once #include <rtl/ustring.hxx> @@ -57,6 +56,4 @@ public: void exportXML( const OUString& rStrName, const css::uno::Any& rValue ); }; -#endif // INCLUDED_XMLOFF_INC_TRANSGRADIENTSTYLE_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |