diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-08 08:51:44 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-06-08 17:17:36 +0200 |
commit | 53312ca4ee722a6d5ba22d1f578c6de5fbc37207 (patch) | |
tree | 0958ed3af146236305947489425f12f73e9cbcc9 /starmath/inc/AccessibleSmElementsControl.hxx | |
parent | 4aa60490622cc10f8d3a31489c62a5622d240c83 (diff) |
loplugin:unusedmethods
Change-Id: I52efd8d843d0e4cc7a6adefb0eb95aa50469af38
Reviewed-on: https://gerrit.libreoffice.org/73693
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/inc/AccessibleSmElementsControl.hxx')
-rw-r--r-- | starmath/inc/AccessibleSmElementsControl.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/starmath/inc/AccessibleSmElementsControl.hxx b/starmath/inc/AccessibleSmElementsControl.hxx index d38d57dc92c2..8afea99bf18a 100644 --- a/starmath/inc/AccessibleSmElementsControl.hxx +++ b/starmath/inc/AccessibleSmElementsControl.hxx @@ -40,10 +40,6 @@ class AccessibleSmElementsControl final : public comphelper::OAccessibleComponen std::vector<rtl::Reference<AccessibleSmElement>> m_aAccessibleChildren; VclPtr<SmElementsControl> m_pControl; - AccessibleSmElement* GetItem_Impl(sal_uInt16 _nPos); - void ReleaseFocus_Impl(sal_uInt16 _nPos); - sal_Int32 implGetAccessibleChildCount(); - void ReleaseItems(bool bNotifyRemoval); void UpdateFocus(sal_uInt16); inline void TestControl(); |