summaryrefslogtreecommitdiff
path: root/sd/inc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-05-09 00:14:32 +0200
committerThorsten Behrens <tbehrens@suse.com>2012-05-09 00:15:25 +0200
commit5c2c03e9062d0c86d385a56c3ce1f536944927a2 (patch)
tree226c15b7c6dbe70c2c1c9d386229dfa93bd5e476 /sd/inc
parent7f3f6e4709c13b15fd122d9c2bd5e474c26ca4fb (diff)
Fix fdo#43619 Animating only 2nd level paragraphs hides 1st level
Diffstat (limited to 'sd/inc')
-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;
};