summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-07-28 08:50:59 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-07-28 08:52:06 +0100
commit4fc3c8a3df485f6dccdcb2c51c6266fbd0dace3e (patch)
treea852e526998feb7245a742c0cefd4db20651038e /vcl
parente043cce9a48c1e4f4dd232a58de64f03d1d3919f (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
Diffstat (limited to 'vcl')
-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 e7f7773ac0a6..ff952558d50d 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;