summaryrefslogtreecommitdiffstats
path: root/sd/source/ui/view/Outliner.cxx
diff options
context:
space:
mode:
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 22ab4facd0ae..2609e6e65bce 100644
--- a/sd/source/ui/view/Outliner.cxx
+++ b/sd/source/ui/view/Outliner.cxx
@@ -1007,7 +1007,7 @@ void SdOutliner::RestoreStartPosition()
// start position is not requested.
if (mnStartPageIndex == (sal_uInt16)-1 )
bRestore = false;
- // Dont't restore when the view shell is not valid.
+ // Don't restore when the view shell is not valid.
std::shared_ptr<sd::ViewShell> pViewShell (mpWeakViewShell.lock());
if (pViewShell == nullptr)
bRestore = false;