From f9cc7509855c2e9efc1b7a37259919131e04da2c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 24 Mar 2014 17:34:05 +0100 Subject: Reduce IAccessibleTabListBox to what's actually used ...the calls to getAccessibleChild(0) and getHeaderBar(BBYTE_COLUMNHEADERBAR) ultimately all ended up at AccessibleBrowseBox::implGetHeaderBar(BBTYPE_COLUMNHEADERBAR). Change-Id: Ie25659e19d0d1ce2dcde2d1440ecc69b4fa265b0 --- include/svtools/accessibletableprovider.hxx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'include/svtools') diff --git a/include/svtools/accessibletableprovider.hxx b/include/svtools/accessibletableprovider.hxx index 973ec03f875a..acd3feace9a9 100644 --- a/include/svtools/accessibletableprovider.hxx +++ b/include/svtools/accessibletableprovider.hxx @@ -145,14 +145,10 @@ public: virtual css::uno::Reference< css::accessibility::XAccessible > getMyself() = 0; - virtual css::uno::Reference< css::accessibility::XAccessible > - SAL_CALL getAccessibleChild( sal_Int32 nChildIndex ) - throw ( css::lang::IndexOutOfBoundsException, css::uno::RuntimeException, std::exception ) = 0; - - /** returns the accessible object for the row or the column header bar + /** returns the accessible object for the column header bar */ virtual css::uno::Reference< css::accessibility::XAccessible > - getHeaderBar( ::svt::AccessibleBrowseBoxObjType _eObjType ) = 0; + getHeaderBar() = 0; protected: ~IAccessibleTabListBox() {} -- cgit