From 9bac4d413e960e354a3cf81e3de9b1cb483d02ad Mon Sep 17 00:00:00 2001 From: Takeshi Abe Date: Fri, 1 Aug 2014 16:56:25 +0900 Subject: typo: more then -> more than Change-Id: I2e477d66f25bde7256938ccb1f95ab26add24922 --- sd/source/ui/view/Outliner.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') 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) { -- cgit