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