diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-09-01 10:30:11 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-09-01 18:35:58 +0200 |
commit | 9c4ae2ac2b13f9c0f034f64fb7ad0b4dcae3bb96 (patch) | |
tree | 5489446160f2c5dd346f40124fd23473926607db /svtools | |
parent | 5a098fea05fd32d8473730bbf7d35c36540c9df3 (diff) |
loplugin:unusedfields
Change-Id: I73e94fe2bcf6e206ae8f78380abf2a399aa6dc01
Reviewed-on: https://gerrit.libreoffice.org/78365
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/uno/genericunodialog.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/svtools/source/uno/genericunodialog.cxx b/svtools/source/uno/genericunodialog.cxx index 7c71c5da82d5..2f9b95fc952a 100644 --- a/svtools/source/uno/genericunodialog.cxx +++ b/svtools/source/uno/genericunodialog.cxx @@ -49,7 +49,6 @@ OGenericUnoDialog::OGenericUnoDialog(const Reference< XComponentContext >& _rxCo ,m_bExecuting(false) ,m_bTitleAmbiguous(true) ,m_bInitialized( false ) - ,m_bNeedInitialization( false ) ,m_aContext(_rxContext) { registerProperty(UNODIALOG_PROPERTY_TITLE, UNODIALOG_PROPERTY_ID_TITLE, PropertyAttribute::TRANSIENT, |