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

Zolnai Tamás tamas.zolnai at collabora.com
Sun May 25 12:31:23 PDT 2014


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

New commits:
commit bbdf8448ad18f19b10d46e950a062171c8a04d7b
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)
    Reviewed-on: https://gerrit.libreoffice.org/9480
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
index 6117f9d..f8e1023 100644
--- a/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
+++ b/sd/source/ui/animations/CustomAnimationCreateDialog.cxx
@@ -539,7 +539,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