diff options
Diffstat (limited to 'xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx')
-rw-r--r-- | xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx b/xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx index fa5ecdfd0adf..4d5a21fae677 100644 --- a/xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx +++ b/xmloff/inc/XMLFillBitmapSizePropertyHandler.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_INC_XMLFILLBITMAPSIZEPROPERTYHANDLER_HXX -#define INCLUDED_XMLOFF_INC_XMLFILLBITMAPSIZEPROPERTYHANDLER_HXX +#pragma once #include <xmloff/xmlprhdl.hxx> @@ -50,6 +49,4 @@ public: const SvXMLUnitConverter& rUnitConverter ) const override; }; -#endif // INCLUDED_XMLOFF_INC_XMLFILLBITMAPSIZEPROPERTYHANDLER_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |