summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-31 16:22:12 +0200
committerJulien Nabet <serval2412@yahoo.fr>2020-09-01 10:02:05 +0200
commit262ab496955582341e1f383c6eff9a0bb37dd9d7 (patch)
tree4d02d8f9855aed6daddd25b2ed92224276eedce7 /sd/source/ui
parent765d57f7550a33380d71a09472419611066076b1 (diff)
Fix typo in code
It passed "make check" on Linux Change-Id: I4733e6609ee99bef49c2771c83b450ee89d955b5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101804 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source/ui')
-rw-r--r--sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx b/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
index 868dcdaea06e..8857a59f65fc 100644
--- a/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
+++ b/sd/source/ui/slidesorter/inc/controller/SlsSelectionManager.hxx
@@ -44,7 +44,7 @@ class SelectionObserver;
class SelectionManager
{
public:
- /** Create a new SelectionManger for the given slide sorter.
+ /** Create a new SelectionManager for the given slide sorter.
*/
SelectionManager (SlideSorter& rSlideSorter);