From dd1f8ac3575a929e71b39d5f7043be057ebaa727 Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Fri, 23 May 2014 14:37:37 +0200 Subject: CustomAnimationCreateDialog: select previously set misc animation Regression from 9695f38ca4ab26b40524f2eade98c45f0360131d. Change-Id: I8777fd8fa3e31c67b6645044d262fd4c5f645634 --- sd/source/ui/animations/CustomAnimationCreateDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') 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 ) ) { -- cgit