summaryrefslogtreecommitdiff
path: root/fpicker
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2015-08-04 15:03:19 +0200
committerSzymon Kłos <eszkadev@gmail.com>2015-08-14 08:45:31 +0200
commite9062ac5f0b210a4edc6e36d14f39f40e03fb9ad (patch)
treec1ccb17a9e0e6a19dbfc7652cf2f0f943fdf3fbb /fpicker
parentc2be2cfec1f76d1f44b9b04a2189ef2a824baa3a (diff)
do not show Add Service dialog on start
Change-Id: I4548856d6df0e1ae7d57850a5e479635c62b97c0
Diffstat (limited to 'fpicker')
-rw-r--r--fpicker/source/office/RemoteFilesDialog.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx
index 0806c81b9aba..f998633b69a4 100644
--- a/fpicker/source/office/RemoteFilesDialog.cxx
+++ b/fpicker/source/office/RemoteFilesDialog.cxx
@@ -342,11 +342,6 @@ void RemoteFilesDialog::Resize()
short RemoteFilesDialog::Execute()
{
- if( m_pServices_lb->GetEntryCount() == 0 )
- {
- Show();
- AddServiceHdl( NULL );
- }
if( m_pServices_lb->GetEntryCount() > 0 )
{
Show();