diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2015-08-17 17:54:13 +0200 |
---|---|---|
committer | Szymon Kłos <eszkadev@gmail.com> | 2015-08-29 12:33:07 +0200 |
commit | fb82388b3c3bc7b2e1e4c2b51b9c3165c5ac14da (patch) | |
tree | 591f6c5de386e2575ee5c481ed37ede027d61880 /fpicker | |
parent | 9a6cdce37e601b1406c71fef16ad9b315045c9da (diff) |
don't show type column in the RemoteFilesDialog
Change-Id: I103bf8dabe3a513da65c6d21b9c9199aefb0bebe
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/RemoteFilesDialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpicker/source/office/RemoteFilesDialog.cxx b/fpicker/source/office/RemoteFilesDialog.cxx index c0f3a491d786..e87f6cb1b0d1 100644 --- a/fpicker/source/office/RemoteFilesDialog.cxx +++ b/fpicker/source/office/RemoteFilesDialog.cxx @@ -232,7 +232,7 @@ RemoteFilesDialog::RemoteFilesDialog( vcl::Window* pParent, WinBits nBits ) m_pFileView = VclPtr< SvtFileView >::Create( m_pContainer, WB_BORDER | WB_TABSTOP, REMOTEDLG_TYPE_PATHDLG == m_eType, - m_bMultiselection ); + m_bMultiselection, false ); m_pFileView->Show(); m_pFileView->EnableAutoResize(); |