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 ebbc0f5822cc..87c777aff7f8 100644 --- a/sd/source/ui/view/Outliner.cxx +++ b/sd/source/ui/view/Outliner.cxx @@ -1188,7 +1188,7 @@ void Outliner::PrepareSearchAndReplace (void) mbStringFound = true; mbMatchMayExist = true; - EnterEditMode (); + EnterEditMode(false); mpDrawDocument->GetDocSh()->SetWaitCursor( false ); // Start seach at the right end of the current object's text |