diff options
author | Szymon Kłos <eszkadev@gmail.com> | 2014-06-28 16:10:39 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-06-30 16:31:47 +0100 |
commit | f90eb33a268bdcd1c52aea5670a58267b0907096 (patch) | |
tree | cec4d27d19e854d053e937c9a7a84406a0b1fd91 /svtools | |
parent | 0ee6282cc24af0d299a878f780d1678a86fb0595 (diff) |
DLG_FPICKER_EXPLORERFILE conversion to .ui
Change-Id: I5d8f5d0182fb6af5111b60caa29912d313c2efa0
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/fileview.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/svtools/source/contnr/fileview.cxx b/svtools/source/contnr/fileview.cxx index 93afb641ba10..8a4444d1ffca 100644 --- a/svtools/source/contnr/fileview.cxx +++ b/svtools/source/contnr/fileview.cxx @@ -1100,11 +1100,10 @@ bool ViewTabListBox_Impl::Kill( const OUString& rContent ) // class SvtFileView ----------------------------------------------------- - -SvtFileView::SvtFileView( Window* pParent, const ResId& rResId, +SvtFileView::SvtFileView( Window* pParent, WinBits nBits, bool bOnlyFolder, bool bMultiSelection ) : - Control( pParent, rResId ) + Control( pParent, nBits ) { sal_Int8 nFlags = 0; if ( bOnlyFolder ) |