[Libreoffice-commits] core.git: Branch 'libreoffice-5-2' - vcl/unx
Caolán McNamara
caolanm at redhat.com
Thu Jul 28 14:31:16 UTC 2016
vcl/unx/gtk/a11y/atkhypertext.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit ae464270146e003532653db80687f272de1c616a
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Jul 28 08:50:59 2016 +0100
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 at libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>
diff --git a/vcl/unx/gtk/a11y/atkhypertext.cxx b/vcl/unx/gtk/a11y/atkhypertext.cxx
index 1b65290..25f4116 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;
More information about the Libreoffice-commits
mailing list