summaryrefslogtreecommitdiff
path: root/include/oox/ppt/slidetransition.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/oox/ppt/slidetransition.hxx')
-rw-r--r--include/oox/ppt/slidetransition.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/oox/ppt/slidetransition.hxx b/include/oox/ppt/slidetransition.hxx
index 41df7b2f7948..e11298a0a04e 100644
--- a/include/oox/ppt/slidetransition.hxx
+++ b/include/oox/ppt/slidetransition.hxx
@@ -22,6 +22,7 @@
#define INCLUDED_OOX_PPT_SLIDETRANSITION_HXX
#include <com/sun/star/uno/Reference.hxx>
+#include <com/sun/star/presentation/AnimationSpeed.hpp>
#include <rtl/ustring.hxx>
#include <sal/types.h>
@@ -64,7 +65,7 @@ namespace oox { namespace ppt {
::sal_Int16 mnTransitionType;
::sal_Int16 mnTransitionSubType;
bool mbTransitionDirectionNormal;
- ::sal_Int16 mnAnimationSpeed;
+ css::presentation::AnimationSpeed mnAnimationSpeed;
::sal_Int32 mnFadeColor;
bool mbMode; /**< http://api.libreoffice.org/docs/common/ref/com/sun/star/animations/XTransitionFilter.html Mode property */
::sal_Int32 mnAdvanceTime;