From 235bed86a689b6b64ba2b407ad324ca366121ea0 Mon Sep 17 00:00:00 2001 From: Szymon Kłos Date: Fri, 4 Mar 2016 16:47:37 +0100 Subject: tdf#98395 : Remote File dialog showing wrong details in columns MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Tested-by: Caolán McNamara --- fpicker/source/office/RemoteFilesDialog.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fpicker') 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() -- cgit v1.2.3