diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 12:25:46 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-22 18:03:27 +0100 |
commit | e79e8117dcc7475d8d90afeaaac9eb7050ff244e (patch) | |
tree | bba5f505c33796799aef9d19464132b22cccaa5d /include/sfx2/tabdlg.hxx | |
parent | bacd06e9270ab64fa2c8243181c19c977d2bb649 (diff) |
loplugin:unusedfields in sfx2
Change-Id: I92b25efa78e156c89a0532aec632a31ec2029e05
Reviewed-on: https://gerrit.libreoffice.org/68202
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'include/sfx2/tabdlg.hxx')
-rw-r--r-- | include/sfx2/tabdlg.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sfx2/tabdlg.hxx b/include/sfx2/tabdlg.hxx index 47c6418c2707..33ff5175769e 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -69,7 +69,6 @@ friend class SfxTabDialogUIObject; VclPtr<TabControl> m_pTabCtrl; VclPtr<PushButton> m_pOKBtn; - VclPtr<PushButton> m_pApplyBtn; VclPtr<PushButton> m_pUserBtn; VclPtr<CancelButton> m_pCancelBtn; VclPtr<HelpButton> m_pHelpBtn; |