diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-17 08:22:48 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-07-17 09:26:05 +0200 |
commit | 0e0d8af4e4f697da76fa37a2533798d9dc55597c (patch) | |
tree | e41e54c3c667dad62eb963977cd1c55760268206 /sfx2 | |
parent | ef8f88a7df19559f6a748c3c1dad2b245d3d30d8 (diff) |
loplugin:unusedfields
Change-Id: I38abc54776cc605c76faf94e9e8c0f4fa75b8788
Reviewed-on: https://gerrit.libreoffice.org/75740
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/dialog/basedlgs.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx index 4291b2000982..243da291d1da 100644 --- a/sfx2/source/dialog/basedlgs.cxx +++ b/sfx2/source/dialog/basedlgs.cxx @@ -49,7 +49,6 @@ class SfxModelessDialog_Impl : public SfxListener public: OString aWinState; SfxChildWindow* pMgr; - bool bConstructed; bool bClosing; void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ) override; @@ -185,7 +184,6 @@ void SfxModelessDialogController::Init(SfxBindings *pBindinx, SfxChildWindow *pC m_pBindings = pBindinx; m_xImpl.reset(new SfxModelessDialog_Impl); m_xImpl->pMgr = pCW; - m_xImpl->bConstructed = true; m_xImpl->bClosing = false; if (pBindinx) m_xImpl->StartListening( *pBindinx ); |