diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-03 09:58:58 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-05-03 14:24:42 +0200 |
commit | 12fe762438d761d8cf32f264a0e1c2d57b65aeb8 (patch) | |
tree | fdb013892894cbb828236367e1affdbd55b36a91 /include/sfx2/tabdlg.hxx | |
parent | 5cee94308b8dbceb11de4ac02e1d7c9808ccdb02 (diff) |
m_bStandardPushed is dead
Change-Id: Ibea072af1c6f6de968535807dadf89866123ba44
Reviewed-on: https://gerrit.libreoffice.org/53775
Tested-by: Jenkins <ci@libreoffice.org>
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 e4df01acbc9a..9317380174a3 100644 --- a/include/sfx2/tabdlg.hxx +++ b/include/sfx2/tabdlg.hxx @@ -245,7 +245,6 @@ private: std::unique_ptr<SfxItemSet> m_pOutSet; std::unique_ptr< TabDlg_Impl > m_pImpl; sal_uInt16* m_pRanges; - bool m_bStandardPushed; DECL_DLLPRIVATE_LINK(ActivatePageHdl, const OString&, void); DECL_DLLPRIVATE_LINK(DeactivatePageHdl, const OString&, bool); |