summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzymon Kłos <eszkadev@gmail.com>2016-03-04 16:47:37 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-03-09 10:04:54 +0000
commit235bed86a689b6b64ba2b407ad324ca366121ea0 (patch)
tree6d404be457472c71491217d040cfb8ec9c749436
parentb009252f78d5106c11c0eed601a0889dd3366bb1 (diff)
tdf#98395 : Remote File dialog showing wrong details in columns
How to reproduce / test: 1. Start Center > Remote Files > Add service 2. Set type to: Alfresco 4 3. Set host to: http://cmis.alfresco.com/cmisatom 4. Click refresh icon and enter login:admin pass:admin 5. Click OK and open this service Before patch: - File type in the Size column After patch: - File type is not visible Change-Id: I6fc9674694488cf1c93fd61cab91f8f6229bf237 Reviewed-on: https://gerrit.libreoffice.org/22903 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--fpicker/source/office/RemoteFilesDialog.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx
index 29d22d67157d..035db1d908f2 100644
--- a/fpicker/source/office/RemoteFilesDialog.cxx
+++ b/fpicker/source/office/RemoteFilesDialog.cxx
@@ -458,6 +458,8 @@ void RemoteFilesDialog::InitSize()
}
}
}
+ else
+ m_pFileView->SetConfigString( "" );
}
void RemoteFilesDialog::FillServicesListbox()