From 1ccb11bc32265ce9916ca594adae727c685d0b32 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Fri, 10 Jul 2015 21:35:02 +0200 Subject: don't expand last url level in the tree Change-Id: Iea4f650374921f1c50d8edeac384841113640d5e --- svtools/source/dialogs/RemoteFilesDialog.cxx | 4 ---- 1 file changed, 4 deletions(-) diff --git a/svtools/source/dialogs/RemoteFilesDialog.cxx b/svtools/source/dialogs/RemoteFilesDialog.cxx index 6b4e39bf15e4..b3aaaedac099 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 ) ) -- cgit