summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-28 08:50:59 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-07-28 14:30:44 +0000
commitae464270146e003532653db80687f272de1c616a (patch)
tree224f641abf7d7951bb83ae86d7dbf87e9d51ccca
parentf834632d11bfa55654b40f9cf6fc146ee2cd70e4 (diff)
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 <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
-rw-r--r--vcl/unx/gtk/a11y/atkhypertext.cxx2
1 files changed, 2 insertions, 0 deletions
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;