summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/Outliner.cxx
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-08-04 20:16:09 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-08-05 10:46:59 +0200
commitfc050948aee0768d49788fbcbcd878baadf5db32 (patch)
treeda64555824b920c7f00987d34c6f63725006e7ef /sd/source/ui/view/Outliner.cxx
parent9d787ac8ee3b336d620fbec2cd3cba16a1f2f30a (diff)
Fix typos
Change-Id: I64de001cc8f954b559775b854359b2780f2548fa Reviewed-on: https://gerrit.libreoffice.org/76959 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'sd/source/ui/view/Outliner.cxx')
-rw-r--r--sd/source/ui/view/Outliner.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx
index a91d5f70d5d4..91dddd08cdbd 100644
--- a/sd/source/ui/view/Outliner.cxx
+++ b/sd/source/ui/view/Outliner.cxx
@@ -1002,7 +1002,7 @@ void SdOutliner::RememberStartPosition()
void SdOutliner::RestoreStartPosition()
{
bool bRestore = true;
- // Take a negative start page index as inidicator that restoring the
+ // Take a negative start page index as indicator that restoring the
// start position is not requested.
if (mnStartPageIndex == sal_uInt16(-1) )
bRestore = false;