summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorZolnai Tamás <tamas.zolnai@collabora.com>2014-04-14 12:14:48 +0200
committerCaolán McNamara <caolanm@redhat.com>2014-04-16 12:16:16 +0000
commitc78962970b81ea9db925075c94db13b8c0d42a79 (patch)
tree7cf4a0f9e020cd554c0c1ebeb0e801308ef75cea /sd
parent192963c3c1959389cb78e80bbc3e22e49fabcc73 (diff)
Slideshow: Fix regression related to media animations
Misc effects tab page animations were lost. Regression from 9695f38ca4ab26b40524f2eade98c45f0360131d. Change-Id: I81f7321d7dd87f5b0f6b4acbecbd60241ab1e430 (cherry picked from commit 81e98150cc04ad764abc668dc12b91d3de90369e) Reviewed-on: https://gerrit.libreoffice.org/9054 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/animations/CustomAnimationCreateDialog.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
index 257d7fe67cc8..0eb084a89435 100644
--- a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
+++ b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
@@ -569,7 +569,7 @@ CustomAnimationCreateTabPage* CustomAnimationCreateDialog::getCurrentPage() cons
{
sal_Int16 curPageId = mpTabControl->GetCurPageId();
- for( sal_uInt16 i = ENTRANCE; i <= MOTIONPATH; i++ )
+ for( sal_uInt16 i = ENTRANCE; i <= MISCEFFECTS; i++ )
{
if( mpTabPages[i]->getId() == curPageId )
return mpTabPages[i];