summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-07-13 10:17:00 +0100
committerXisco Fauli <xiscofauli@libreoffice.org>2021-07-15 10:48:36 +0200
commitb54404ade97d30c863d339fb85f56aeba5c4d5d1 (patch)
tree6c617590159f11b856eacb93b0db143b2c0f87dd /include
parentb17df21168796c0b6907200f8600b065d7e602ad (diff)
a11y crash on teardown of FmXGridPeer
the XAccessible is destroyed before the attempt to dispose via the IAccessibleBrowseBox* so call that first before the XAccessible is destroyed Change-Id: I908a3fbc05f92b5e56b8b6f2bc0b27757d39d1fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118798 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'include')
-rw-r--r--include/svtools/brwbox.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/svtools/brwbox.hxx b/include/svtools/brwbox.hxx
index 004e939a7fbc..767b8a021619 100644
--- a/include/svtools/brwbox.hxx
+++ b/include/svtools/brwbox.hxx
@@ -449,6 +449,8 @@ protected:
bool IsDropFormatSupported( SotClipboardFormatId nFormat ); // need this because the base class' IsDropFormatSupported is not const ...
+ void DisposeAccessible();
+
protected:
// callbacks for the data window
virtual void ImplStartTracking();