summaryrefslogtreecommitdiff
path: root/include/vcl/unohelp.hxx
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2022-03-18 12:01:06 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2022-03-18 13:21:12 +0100
commitdadc8a8771645d475b6287dd4c65b88cdad81d93 (patch)
treebebd16ac956cb8023fd6d2bf6b72bd7e3f690b4d /include/vcl/unohelp.hxx
parentfe09f12d83d934287c58f507a99b693212a84c79 (diff)
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 <m.weghorn@posteo.de>
Diffstat (limited to 'include/vcl/unohelp.hxx')
-rw-r--r--include/vcl/unohelp.hxx1
1 files changed, 0 insertions, 1 deletions
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 );