diff options
author | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-05-23 14:37:37 +0200 |
---|---|---|
committer | Zolnai Tamás <tamas.zolnai@collabora.com> | 2014-05-23 22:07:54 +0200 |
commit | dd1f8ac3575a929e71b39d5f7043be057ebaa727 (patch) | |
tree | 177c9e64acbb073ddb2930fbc362045ebe1e3ab7 /sd | |
parent | eaa3f8e160a4ededb685bc38daf7a33b7c7eaf90 (diff) |
CustomAnimationCreateDialog: select previously set misc animation
Regression from 9695f38ca4ab26b40524f2eade98c45f0360131d.
Change-Id: I8777fd8fa3e31c67b6645044d262fd4c5f645634
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationCreateDialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx index 7595837f041d..78e8920a1bfb 100644 --- a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx +++ b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx @@ -540,7 +540,7 @@ CustomAnimationCreateDialog::CustomAnimationCreateDialog( Window* pParent, Custo // select current preset if available if( !rsPresetId.isEmpty() ) { - for( sal_uInt16 i = ENTRANCE; i <= MOTIONPATH; i++ ) + for( sal_uInt16 i = ENTRANCE; i <= MISCEFFECTS; i++ ) { if( mpTabPages[i]->select( rsPresetId ) ) { |