diff options
author | Noel Grandin <noel@peralex.com> | 2015-11-20 14:38:54 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-11-20 15:07:05 +0200 |
commit | fafac0d248c3ebc8eb9a9cef5fa68f193d851b33 (patch) | |
tree | 69cd2870781cf7d3d8bb1ce726253b756a7c8319 /fpicker | |
parent | b55fb34c4baab993cf3286448b6c00b5ae095be0 (diff) |
loplugin:unusedfields forms,formula,fpicker,framework
Change-Id: Ic7af56ac801c1e5b3fcf3c4e8413656e96220279
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/iodlgimp.cxx | 3 | ||||
-rw-r--r-- | fpicker/source/office/iodlgimp.hxx | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/fpicker/source/office/iodlgimp.cxx b/fpicker/source/office/iodlgimp.cxx index 4bc2ecbdde50..c5e0552a7970 100644 --- a/fpicker/source/office/iodlgimp.cxx +++ b/fpicker/source/office/iodlgimp.cxx @@ -239,8 +239,7 @@ SvtExpFileDlg_Impl::SvtExpFileDlg_Impl( WinBits ) : _bDoubleClick ( false ), m_bNeedDelayedFilterExecute ( false ), _pDefaultFilter ( nullptr ), - _bMultiSelection ( false ), - _bFolderHasOpened ( false ) + _bMultiSelection ( false ) { } diff --git a/fpicker/source/office/iodlgimp.hxx b/fpicker/source/office/iodlgimp.hxx index 3db543b0a243..5452c94da62b 100644 --- a/fpicker/source/office/iodlgimp.hxx +++ b/fpicker/source/office/iodlgimp.hxx @@ -181,8 +181,6 @@ public: // remember sizes OUString _aIniKey; - bool _bFolderHasOpened; - SvtExpFileDlg_Impl( WinBits nBits ); ~SvtExpFileDlg_Impl(); |