[Libreoffice-commits] core.git: sd/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Nov 16 22:08:22 UTC 2018
sd/source/ui/animations/CustomAnimationList.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ccf024edc184ce5763e38f4f1b2290f214296de8
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Nov 16 10:19:39 2018 +0100
Commit: Jens Carl <j.carl43 at 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.carl43 at 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;
}
More information about the Libreoffice-commits
mailing list