diff options
Diffstat (limited to 'xmloff/inc/xexptran.hxx')
-rw-r--r-- | xmloff/inc/xexptran.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/xexptran.hxx b/xmloff/inc/xexptran.hxx index 52c426718bc9..77944533de2b 100644 --- a/xmloff/inc/xexptran.hxx +++ b/xmloff/inc/xexptran.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _XEXPTRANSFORM_HXX -#define _XEXPTRANSFORM_HXX +#ifndef INCLUDED_XMLOFF_INC_XEXPTRAN_HXX +#define INCLUDED_XMLOFF_INC_XEXPTRAN_HXX #include <rtl/ustring.hxx> #include <com/sun/star/drawing/PolyPolygonBezierCoords.hpp> @@ -166,6 +166,6 @@ public: const com::sun::star::drawing::FlagSequenceSequence& GetFlagSequenceSequence() const { return maPoly.Flags; } }; -#endif // _XEXPTRANSFORM_HXX +#endif // INCLUDED_XMLOFF_INC_XEXPTRAN_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |