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

New commits:
commit 08ac6e6f991cffcb1fed7bd1bb4ec67e94817507
Author: Eike Rathke <er...@redhat.com>
Date:   Thu Jul 12 13:24:57 2018 +0200

    SvTreeListBox::DoubleClickHdl: Navigator return more to be done, tdf#117063
    
    Change-Id: I2b232cd9ea791273e8a776bf88fa45ee0ad5edf0

diff --git a/sc/source/ui/navipi/content.cxx b/sc/source/ui/navipi/content.cxx
index f3f9b3a74064..a0c709966c27 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 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to