diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-07-10 21:35:02 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-07-16 09:53:48 +0200 |
commit | 1ccb11bc32265ce9916ca594adae727c685d0b32 (patch) | |
tree | 6fbbc3c06148fc83ba7a4edcdacd69e580454130 /svtools | |
parent | 353a8cf59c5cc76444dd0692f0ab7c7f66f45493 (diff) |
don't expand last url level in the tree
Change-Id: Iea4f650374921f1c50d8edeac384841113640d5e
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/dialogs/RemoteFilesDialog.cxx | 4 |
1 files changed, 0 insertions, 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 ) ) |