diff options
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/RemoteFilesDialog.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx index 1b2ec72ddba7..b29bd2b4ddc8 100644 --- a/fpicker/source/office/RemoteFilesDialog.cxx +++ b/fpicker/source/office/RemoteFilesDialog.cxx @@ -975,7 +975,10 @@ IMPL_LINK ( RemoteFilesDialog, TreeSelectHdl, FolderTree *, pBox ) OUString* sURL = static_cast< OUString* >( pBox->GetHdlEntry()->GetUserData() ); if( sURL ) + { OpenURL( *sURL ); + m_pFileView->GrabFocus(); + } return 1; } |