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 /include/svtools | |
parent | 9a6cdce37e601b1406c71fef16ad9b315045c9da (diff) |
don't show type column in the RemoteFilesDialog
Change-Id: I103bf8dabe3a513da65c6d21b9c9199aefb0bebe
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/fileview.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/svtools/fileview.hxx b/include/svtools/fileview.hxx index 0621dd7718d7..db6d49141d31 100644 --- a/include/svtools/fileview.hxx +++ b/include/svtools/fileview.hxx @@ -74,7 +74,7 @@ protected: virtual void GetFocus() SAL_OVERRIDE; public: - SvtFileView( vcl::Window* pParent, WinBits nBits, bool bOnlyFolder, bool bMultiSelection ); + SvtFileView( vcl::Window* pParent, WinBits nBits, bool bOnlyFolder, bool bMultiSelection, bool bShowType = true ); virtual ~SvtFileView(); virtual void dispose() SAL_OVERRIDE; |