summaryrefslogtreecommitdiff
path: root/UnoControls/inc/basecontainercontrol.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'UnoControls/inc/basecontainercontrol.hxx')
-rw-r--r--UnoControls/inc/basecontainercontrol.hxx5
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;
};