diff options
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/Outliner.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx index 87c777aff7f8..f1ff82f842de 100644 --- a/sd/source/ui/view/Outliner.cxx +++ b/sd/source/ui/view/Outliner.cxx @@ -695,7 +695,7 @@ bool Outliner::SearchAndReplaceOnce (void) else if (pViewShell->ISA(OutlineViewShell)) { mpDrawDocument->GetDocSh()->SetWaitCursor(false); - // The following loop is executed more then once only when a + // The following loop is executed more than once only when a // wrap around search is done. while (true) { |