diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-02-01 17:18:20 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-02-02 10:43:57 +0100 |
commit | 8064d229e5e1eebf0dd2a92f77e39e532485e772 (patch) | |
tree | f47fc1f3248f25ebd00ae49ba3d8ed9fd288ae12 /sd | |
parent | a4636e01b0ea18e7f8d2acd72670f503f0ce3f23 (diff) |
Fix typos
Change-Id: Ifac9aedb4972323da8b70d0a8f6f663513d2fbdb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129310
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/animations/CustomAnimationPane.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.cxx b/sd/source/ui/animations/CustomAnimationPane.cxx index 0b317da19c3d..6004a5386b79 100644 --- a/sd/source/ui/animations/CustomAnimationPane.cxx +++ b/sd/source/ui/animations/CustomAnimationPane.cxx @@ -2459,7 +2459,7 @@ void CustomAnimationPane::onSelect() return; // tdf#145030 if nothing is selected in the effects list, leave the selection of - // objects in in the slide untouched + // objects in the slide untouched if (maListSelection.empty()) return; |