diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-11-16 10:19:39 +0100 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2018-11-16 23:07:55 +0100 |
commit | ccf024edc184ce5763e38f4f1b2290f214296de8 (patch) | |
tree | d4b0d8186ec4ec7c2f4fb2b669217558423a59e6 /sd/source | |
parent | f211668f1c73f4738c788d76177f6018358bde29 (diff) |
Fix typo
Change-Id: I60033e640f118d9e162384b6c418c35df7c61872
Reviewed-on: https://gerrit.libreoffice.org/63461
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'sd/source')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationList.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |