vcl a11y: Drop newly unused vcl::Window::SetAccessibilityEventsSuppressed
Unused now after Change-Id: I88fe0e6ec9bb693710e3f7ab0c6c2e46686be720 Author: Michael Weghorn <m.weghorn@posteo.de> Date: Mon Dec 2 03:28:50 2024 +0100 sc a11y: Don't suppress a11y events when setting new pos Change-Id: I4359c903d1d1902671de87121161e0ca74b88251 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177639 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
This commit is contained in:
parent
a0a22acced
commit
a80d7dcb84
2 changed files with 0 additions and 6 deletions
|
@ -1162,7 +1162,6 @@ public:
|
|||
// to avoid sending accessibility events in cases like closing dialogs
|
||||
// by default checks complete parent path
|
||||
bool IsAccessibilityEventsSuppressed( bool bTraverseParentPath = true );
|
||||
void SetAccessibilityEventsSuppressed(bool bSuppressed);
|
||||
|
||||
KeyEvent GetActivationKey() const;
|
||||
|
||||
|
|
|
@ -624,11 +624,6 @@ bool Window::IsAccessibilityEventsSuppressed( bool bTraverseParentPath )
|
|||
}
|
||||
}
|
||||
|
||||
void Window::SetAccessibilityEventsSuppressed(bool bSuppressed)
|
||||
{
|
||||
mpWindowImpl->mbSuppressAccessibilityEvents = bSuppressed;
|
||||
}
|
||||
|
||||
} /* namespace vcl */
|
||||
|
||||
uno::Reference<accessibility::XAccessibleEditableText>
|
||||
|
|
Loading…
Reference in a new issue