[Libreoffice-commits] core.git: Branch 'feature/gsoc15-open-remote-files-dialog' - svtools/source

Szymon Kłos eszkadev at gmail.com
Fri Jul 10 12:37:24 PDT 2015


 svtools/source/dialogs/RemoteFilesDialog.cxx |    4 ----
 1 file changed, 4 deletions(-)

New commits:
commit cb033a67bb7647fb03303ef7bed55d9d908e6b13
Author: Szymon Kłos <eszkadev at gmail.com>
Date:   Fri Jul 10 21:35:02 2015 +0200

    don't expand last url level in the tree
    
    Change-Id: Iea4f650374921f1c50d8edeac384841113640d5e

diff --git a/svtools/source/dialogs/RemoteFilesDialog.cxx b/svtools/source/dialogs/RemoteFilesDialog.cxx
index 6b4e39b..b3aaaed 100644
--- a/svtools/source/dialogs/RemoteFilesDialog.cxx
+++ b/svtools/source/dialogs/RemoteFilesDialog.cxx
@@ -92,10 +92,6 @@ public:
                 if( sPath == sNodeUrl )
                 {
                     Select( pEntry );
-
-                    if( !IsExpanded( pEntry ) )
-                        Expand( pEntry );
-
                     end = true;
                 }
                 else if( sPath.startsWith( sNodeUrl ) )


More information about the Libreoffice-commits mailing list