diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 19:30:56 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-10-23 23:22:32 +0200 |
commit | a45953ed7c69a33dbe6609e85770b29da29a2167 (patch) | |
tree | 9239d88c1decc6cba9b7f3584284e0650eb7391f /xmloff/source/style/backhdl.hxx | |
parent | 9e775eee3ec964806209656509446b7e1bb92063 (diff) |
fixincludeguards.sh: xmloff
Change-Id: I0e7d9daac1ad88fad8d240373e91ef323966bb47
Diffstat (limited to 'xmloff/source/style/backhdl.hxx')
-rw-r--r-- | xmloff/source/style/backhdl.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/style/backhdl.hxx b/xmloff/source/style/backhdl.hxx index 29343ce143e9..10d4e0fb3de7 100644 --- a/xmloff/source/style/backhdl.hxx +++ b/xmloff/source/style/backhdl.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _XMLOFF_PROPERTYHANDLER_BRUSHTYPES_HXX -#define _XMLOFF_PROPERTYHANDLER_BRUSHTYPES_HXX +#ifndef INCLUDED_XMLOFF_SOURCE_STYLE_BACKHDL_HXX +#define INCLUDED_XMLOFF_SOURCE_STYLE_BACKHDL_HXX #include <xmloff/xmlprhdl.hxx> #include <com/sun/star/style/GraphicLocation.hpp> @@ -41,6 +41,6 @@ private: void MergeXMLVertPos( ::com::sun::star::style::GraphicLocation& ePos, ::com::sun::star::style::GraphicLocation eVert ) const; }; -#endif // _XMLOFF_PROPERTYHANDLER_BRUSHTYPES_HXX +#endif // INCLUDED_XMLOFF_SOURCE_STYLE_BACKHDL_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |