diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-17 13:55:02 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-09-18 20:53:38 +0200 |
commit | da0a588b64edb93ea362b246049cd71466c3f018 (patch) | |
tree | e015cb123afab33844e2e0e4b1f8bbcf08f57e24 /UnoControls/inc | |
parent | 6d184e2e23b319128f94649f4e15c2f7bcbffca9 (diff) |
m_xTabControllerList is dead
ever since
commit af4b38d6e7f769bf403a768bd310e5fa2b3e8ddd
Date: Mon Mar 24 15:59:06 2014 +0100
Remove dead code
Change-Id: Ia7848f469d91666f13130132ebe5766c4fedcebb
Reviewed-on: https://gerrit.libreoffice.org/60621
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'UnoControls/inc')
-rw-r--r-- | UnoControls/inc/basecontainercontrol.hxx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/UnoControls/inc/basecontainercontrol.hxx b/UnoControls/inc/basecontainercontrol.hxx index 3cc791444c24..d0dc2e3371f5 100644 --- a/UnoControls/inc/basecontainercontrol.hxx +++ b/UnoControls/inc/basecontainercontrol.hxx @@ -151,14 +151,9 @@ protected: ) override; private: - void impl_activateTabControllers(); - // list of pointer of "struct IMPL_ControlInfo" to hold child-controls ::std::vector< std::unique_ptr<IMPL_ControlInfo> > maControlInfoList; - // list of references of XTabController to hold tab-order in this container - css::uno::Sequence< css::uno::Reference< css::awt::XTabController > > m_xTabControllerList; - ::cppu::OMultiTypeInterfaceContainerHelper m_aListeners; }; |