[Libreoffice-commits] core.git: Branch 'libreoffice-6-1' - sc/source

Eike Rathke erack at redhat.com
Thu Jul 12 16:32:12 UTC 2018


 sc/source/ui/navipi/content.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c73b9d69abf1b26dc2c6f9d6700b2a5f2c9e6f36
Author: Eike Rathke <erack at redhat.com>
Date:   Thu Jul 12 13:24:57 2018 +0200

    SvTreeListBox::DoubleClickHdl: Navigator return more to be done, tdf#117063
    
    Change-Id: I2b232cd9ea791273e8a776bf88fa45ee0ad5edf0
    (cherry picked from commit 08ac6e6f991cffcb1fed7bd1bb4ec67e94817507)
    Reviewed-on: https://gerrit.libreoffice.org/57329
    Reviewed-by: Eike Rathke <erack at redhat.com>
    Tested-by: Jenkins
    Reviewed-by: Jan Holesovsky <kendy at collabora.com>

diff --git a/sc/source/ui/navipi/content.cxx b/sc/source/ui/navipi/content.cxx
index 34df68b39cd9..3f8271c43999 100644
--- a/sc/source/ui/navipi/content.cxx
+++ b/sc/source/ui/navipi/content.cxx
@@ -438,7 +438,7 @@ IMPL_LINK_NOARG(ScContentTree, ContentDoubleClickHdl, SvTreeListBox*, bool)
         ScNavigatorDlg::ReleaseFocus();     // set focus into document
     }
 
-    return false;
+    return true;
 }
 
 void ScContentTree::MouseButtonDown( const MouseEvent& rMEvt )


More information about the Libreoffice-commits mailing list