From dadc8a8771645d475b6287dd4c65b88cdad81d93 Mon Sep 17 00:00:00 2001 From: Michael Weghorn Date: Fri, 18 Mar 2022 12:01:06 +0100 Subject: a11y: Drop vcl::unohelper::NotifyAccessibleStateEventGlobally As mentioned in Change-Id I4681c28c9d18cf1953be5127765f4aa94563662d ("chart a11y: Drop bSendGlobally param from AccessibleBase::BroadcastAccEvent"), calling it has no effect, the `fireFocusGained` and `fireFocusLost` methods of the `XExtendedToolkit` interface in its only implementation in `VCLXToolkit` do nothing, so just drop it. Change-Id: Ie9352a4e4021d7bf0b35de71f55afc660795b906 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131736 Tested-by: Jenkins Reviewed-by: Michael Weghorn --- include/vcl/unohelp.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/vcl/unohelp.hxx b/include/vcl/unohelp.hxx index 5ba919edd577..c7b9dcc06956 100644 --- a/include/vcl/unohelp.hxx +++ b/include/vcl/unohelp.hxx @@ -37,7 +37,6 @@ namespace vcl::unohelper { VCL_DLLPUBLIC css::uno::Reference < css::i18n::XBreakIterator > CreateBreakIterator(); css::uno::Reference < css::i18n::XCharacterClassification> CreateCharacterClassification(); -VCL_DLLPUBLIC void NotifyAccessibleStateEventGlobally( const css::accessibility::AccessibleEventObject& rEventObject ); VCL_DLLPUBLIC float ConvertFontWidth( FontWidth eWidth ); VCL_DLLPUBLIC FontWidth ConvertFontWidth( float f ); VCL_DLLPUBLIC float ConvertFontWeight( FontWeight eWeight ); -- cgit