diff options
Diffstat (limited to 'xmloff/inc/XMLClipPropertyHandler.hxx')
-rw-r--r-- | xmloff/inc/XMLClipPropertyHandler.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/XMLClipPropertyHandler.hxx b/xmloff/inc/XMLClipPropertyHandler.hxx index b11eb2c76327..0f97301716fc 100644 --- a/xmloff/inc/XMLClipPropertyHandler.hxx +++ b/xmloff/inc/XMLClipPropertyHandler.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_INC_XMLCLIPPROPERTYHANDLER_HXX -#define INCLUDED_XMLOFF_INC_XMLCLIPPROPERTYHANDLER_HXX +#pragma once #include <xmloff/xmlprhdl.hxx> @@ -37,6 +36,4 @@ public: virtual bool exportXML( OUString& rStrExpValue, const css::uno::Any& rValue, const SvXMLUnitConverter& rUnitConverter ) const override; }; -#endif // INCLUDED_XMLOFF_INC_XMLCLIPPROPERTYHANDLER_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |