[Libreoffice-commits] core.git: Branch 'libreoffice-4-3' - sd/source

Zolnai Tamás tamas.zolnai at collabora.com
Sun May 25 06:57:22 PDT 2014


 sd/source/ui/animations/CustomAnimationCreateDialog.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 23976cda6a8612754e1f36a3c03788d6eaa0bc3e
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date:   Fri May 23 14:37:37 2014 +0200

    CustomAnimationCreateDialog: select previously set misc animation
    
    Regression from 9695f38ca4ab26b40524f2eade98c45f0360131d.
    
    Change-Id: I8777fd8fa3e31c67b6645044d262fd4c5f645634
    (cherry picked from commit dd1f8ac3575a929e71b39d5f7043be057ebaa727)

diff --git a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
index 7595837..78e8920 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 ) )
             {


More information about the Libreoffice-commits mailing list