diff options
Diffstat (limited to 'xmloff/source/style/backhdl.hxx')
-rw-r--r-- | xmloff/source/style/backhdl.hxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/source/style/backhdl.hxx b/xmloff/source/style/backhdl.hxx index a07235525b9d..0392909df9e5 100644 --- a/xmloff/source/style/backhdl.hxx +++ b/xmloff/source/style/backhdl.hxx @@ -17,8 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_BACKHDL_HXX -#define INCLUDED_XMLOFF_SOURCE_STYLE_BACKHDL_HXX +#pragma once #include <xmloff/xmlprhdl.hxx> #include <com/sun/star/style/GraphicLocation.hpp> @@ -41,6 +40,4 @@ private: static void MergeXMLVertPos( css::style::GraphicLocation& ePos, css::style::GraphicLocation eVert ); }; -#endif // INCLUDED_XMLOFF_SOURCE_STYLE_BACKHDL_HXX - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |