From ae464270146e003532653db80687f272de1c616a Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 28 Jul 2016 08:50:59 +0100 Subject: Resolves: tdf#101132 a11y crash in hyperlink regression from... commit aa6c54f337a616c9ca6a39cfc8708657018d8613 Date: Mon Jan 18 09:01:15 2016 +0200 loplugin:unusedfields Change-Id: Ic2b7fe5f2d49a447a9936c4fb04bafcc7349ecf9 (cherry picked from commit 4fc3c8a3df485f6dccdcb2c51c6266fbd0dace3e) Reviewed-on: https://gerrit.libreoffice.org/27609 Tested-by: Jenkins Reviewed-by: Miklos Vajna --- vcl/unx/gtk/a11y/atkhypertext.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vcl/unx/gtk/a11y/atkhypertext.cxx b/vcl/unx/gtk/a11y/atkhypertext.cxx index 1b6529040798..25f41163cdc9 100644 --- a/vcl/unx/gtk/a11y/atkhypertext.cxx +++ b/vcl/unx/gtk/a11y/atkhypertext.cxx @@ -26,6 +26,8 @@ using namespace ::com::sun::star; // ---------------------- AtkHyperlink ---------------------- typedef struct { + AtkHyperlink atk_hyper_link; + uno::Reference< accessibility::XAccessibleHyperlink > xLink; } HyperLink; -- cgit