[Libreoffice-commits] core.git: sd/source

Alex Henrie alexhenrie24 at gmail.com
Mon Jul 21 02:00:03 PDT 2014


 sd/source/ui/view/Outliner.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 59f84b4a2c082382767f12e0c7a06a3f0b52e721
Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Wed Jul 16 20:01:35 2014 -0600

    fdo#79343 When searching in Draw or Impress, leave focus in search bar
    
    Setting bGrabFocus to false resolved the problem.
    
    Change-Id: I7678be76e1cca2a3d58635b4fc44aa3b1cdddb9a
    Reviewed-on: https://gerrit.libreoffice.org/10362
    Reviewed-by: Joren De Cuyper <jorendc at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sd/source/ui/view/Outliner.cxx b/sd/source/ui/view/Outliner.cxx
index ebbc0f5..87c777a 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


More information about the Libreoffice-commits mailing list