summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-07-29 12:42:12 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-08-14 08:45:18 +0200
commit2635c0ac94c0cfe76c18efe403782ba7790fdb8c (patch)
tree0377b6eb5f64bced56d39c455541c34000764c60 /fpicker
parent734efdaa8b17131e1687af3ef06e4fa836a2b7f5 (diff)
set no selection when user aborted auth
Change-Id: I15c865306948d4fe321b188324ad298fee322a6a
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/RemoteFilesDialog.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx
index 6078db45e4de..5a32d7624b32 100644
--- a/fpicker/source/office/RemoteFilesDialog.cxx
+++ b/fpicker/source/office/RemoteFilesDialog.cxx
@@ -336,6 +336,10 @@ short RemoteFilesDialog::Execute()
Show();
SelectServiceHdl( NULL );
}
+ if( !m_bIsConnected )
+ {
+ m_pServices_lb->SetNoSelection();
+ }
short nRet = SvtFileDialog_Base::Execute();