diff options
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/unx/gtk/gtkdata.hxx | 59 |
1 files changed, 0 insertions, 59 deletions
diff --git a/vcl/inc/unx/gtk/gtkdata.hxx b/vcl/inc/unx/gtk/gtkdata.hxx index 76fff77dc236..60b45bb14c56 100644 --- a/vcl/inc/unx/gtk/gtkdata.hxx +++ b/vcl/inc/unx/gtk/gtkdata.hxx @@ -41,12 +41,10 @@ #include <exception> #include <string_view> -#include <vector> namespace com::sun::star::accessibility { class XAccessibleEventListener; } class GtkSalDisplay; -class DocumentFocusListener; #if !GTK_CHECK_VERSION(4,0,0) typedef GdkWindow GdkSurface; @@ -218,63 +216,6 @@ public: sal_uLong m_nTimeoutMS; }; -class DocumentFocusListener final : - public ::cppu::WeakImplHelper< css::accessibility::XAccessibleEventListener > -{ - - o3tl::sorted_vector< css::uno::Reference< css::uno::XInterface > > m_aRefList; - -public: - /// @throws lang::IndexOutOfBoundsException - /// @throws uno::RuntimeException - void attachRecursive( - const css::uno::Reference< css::accessibility::XAccessible >& xAccessible - ); - - /// @throws lang::IndexOutOfBoundsException - /// @throws uno::RuntimeException - void attachRecursive( - const css::uno::Reference< css::accessibility::XAccessible >& xAccessible, - const css::uno::Reference< css::accessibility::XAccessibleContext >& xContext - ); - - /// @throws lang::IndexOutOfBoundsException - /// @throws uno::RuntimeException - void attachRecursive( - const css::uno::Reference< css::accessibility::XAccessible >& xAccessible, - const css::uno::Reference< css::accessibility::XAccessibleContext >& xContext, - sal_Int64 nStateSet - ); - - /// @throws lang::IndexOutOfBoundsException - /// @throws uno::RuntimeException - void detachRecursive( - const css::uno::Reference< css::accessibility::XAccessible >& xAccessible - ); - - /// @throws lang::IndexOutOfBoundsException - /// @throws uno::RuntimeException - void detachRecursive( - const css::uno::Reference< css::accessibility::XAccessibleContext >& xContext - ); - - /// @throws lang::IndexOutOfBoundsException - /// @throws uno::RuntimeException - void detachRecursive( - const css::uno::Reference< css::accessibility::XAccessibleContext >& xContext, - sal_Int64 nStateSet - ); - - /// @throws lang::IndexOutOfBoundsException - /// @throws uno::RuntimeException - static css::uno::Reference< css::accessibility::XAccessible > getAccessible(const css::lang::EventObject& aEvent ); - - // XEventListener - virtual void SAL_CALL disposing( const css::lang::EventObject& Source ) override; - - // XAccessibleEventListener - virtual void SAL_CALL notifyEvent( const css::accessibility::AccessibleEventObject& aEvent ) override; -}; class GtkSalData final : public GenericUnixSalData { |