diff options
Diffstat (limited to 'xmloff/inc/animationimport.hxx')
-rw-r--r-- | xmloff/inc/animationimport.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/inc/animationimport.hxx b/xmloff/inc/animationimport.hxx index b905c8701ba8..08a78cf96126 100644 --- a/xmloff/inc/animationimport.hxx +++ b/xmloff/inc/animationimport.hxx @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _XMLOFF_ANIMATIONIMPORT_HXX -#define _XMLOFF_ANIMATIONIMPORT_HXX +#ifndef INCLUDED_XMLOFF_INC_ANIMATIONIMPORT_HXX +#define INCLUDED_XMLOFF_INC_ANIMATIONIMPORT_HXX #include <xmloff/xmlictxt.hxx> #include <com/sun/star/animations/XAnimationNode.hpp> @@ -59,6 +59,6 @@ public: } -#endif // _XMLOFF_ANIMATIONIMPORT_HXX +#endif // INCLUDED_XMLOFF_INC_ANIMATIONIMPORT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |