summaryrefslogtreecommitdiff
path: root/xmloff/inc/anim.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'xmloff/inc/anim.hxx')
-rw-r--r--xmloff/inc/anim.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/xmloff/inc/anim.hxx b/xmloff/inc/anim.hxx
index f3fb92d38431..b0a4e61d22af 100644
--- a/xmloff/inc/anim.hxx
+++ b/xmloff/inc/anim.hxx
@@ -17,8 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_XMLOFF_INC_ANIM_HXX
-#define INCLUDED_XMLOFF_INC_ANIM_HXX
+#pragma once
#include <com/sun/star/presentation/AnimationEffect.hpp>
#include <com/sun/star/presentation/AnimationSpeed.hpp>
@@ -93,6 +92,4 @@ void SdXMLImplSetEffect(css::presentation::AnimationEffect eEffect, XMLEffect& e
css::presentation::AnimationEffect
ImplSdXMLgetEffect(XMLEffect eKind, XMLEffectDirection eDirection, sal_Int16 nStartScale, bool bIn);
-#endif // INCLUDED_XMLOFF_INC_ANIM_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */