summaryrefslogtreecommitdiffstats
path: root/sd/inc/CustomAnimationEffect.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/CustomAnimationEffect.hxx')
-rw-r--r--sd/inc/CustomAnimationEffect.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sd/inc/CustomAnimationEffect.hxx b/sd/inc/CustomAnimationEffect.hxx
index 5d0c5e54c5a1..860db64d4632 100644
--- a/sd/inc/CustomAnimationEffect.hxx
+++ b/sd/inc/CustomAnimationEffect.hxx
@@ -271,12 +271,14 @@ private:
EffectSequence maEffects;
::com::sun::star::uno::Reference< com::sun::star::drawing::XShape > maTarget;
+ enum { PARA_LEVELS = 5 };
+
sal_Int32 mnTextGrouping;
sal_Bool mbAnimateForm;
sal_Bool mbTextReverse;
double mfGroupingAuto;
sal_Int32 mnLastPara;
- sal_Int8 mnDepthFlags[5];
+ sal_Int8 mnDepthFlags[PARA_LEVELS];
sal_Int32 mnGroupId;
};