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

New commits:
commit ccf024edc184ce5763e38f4f1b2290f214296de8
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Nov 16 10:19:39 2018 +0100
Commit:     Jens Carl <j.car...@gmx.de>
CommitDate: Fri Nov 16 23:07:55 2018 +0100

    Fix typo
    
    Change-Id: I60033e640f118d9e162384b6c418c35df7c61872
    Reviewed-on: https://gerrit.libreoffice.org/63461
    Tested-by: Jenkins
    Reviewed-by: Jens Carl <j.car...@gmx.de>

diff --git a/sd/source/ui/animations/CustomAnimationList.cxx 
b/sd/source/ui/animations/CustomAnimationList.cxx
index 0bc6f9f119be..c4bfa9aa7e93 100644
--- a/sd/source/ui/animations/CustomAnimationList.cxx
+++ b/sd/source/ui/animations/CustomAnimationList.cxx
@@ -509,7 +509,7 @@ sal_Int8 CustomAnimationList::AcceptDrop( const 
AcceptDropEvent& rEvt )
         }
 
         // Return DND_ACTION_MOVE on internal drag'n'drops so that 
ExecuteDrop() is called.
-        // Return MOVE even if we are over othe dragged effect because dragged 
effect moves.
+        // Return MOVE even if we are over other dragged effect because 
dragged effect moves.
         ret = DND_ACTION_MOVE;
     }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to