summaryrefslogtreecommitdiff
path: root/sd/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-10 10:37:53 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-10 14:18:04 +0200
commit0c234a60ae31c2404dfec9d09cc79a1a5c4558fd (patch)
treed6139e8b035e9fc5f5f36bbfb9d0e0bc7c859b9f /sd/source
parentb86ab7eb8b14b877c93be23bfc944e629e080573 (diff)
Fix typos
Change-Id: I79f87f033eeb67d1750bb595d311d74ef3db6ce9 Reviewed-on: https://gerrit.libreoffice.org/78795 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Jenkins
Diffstat (limited to 'sd/source')
-rw-r--r--sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx b/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx
index 5e9270668978..4773c2c2d10d 100644
--- a/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx
+++ b/sd/source/ui/slidesorter/inc/model/SlideSorterModel.hxx
@@ -94,7 +94,7 @@ public:
it is created. When <FALSE/> then an empty reference is
returned for missing descriptors.
@return
- When the given index is not valid, i.e. lower then zero or
+ When the given index is not valid, i.e. lower than zero or
larger than or equal to the number of pages then an empty
reference is returned. Note that the page count may change
between calls to GetPageCount() and GetPageDescriptor().