[Libreoffice-commits] core.git: vcl/unx

Caolán McNamara caolanm at redhat.com
Thu Jul 28 07:53:15 UTC 2016


 vcl/unx/gtk/a11y/atkhypertext.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 4fc3c8a3df485f6dccdcb2c51c6266fbd0dace3e
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

diff --git a/vcl/unx/gtk/a11y/atkhypertext.cxx b/vcl/unx/gtk/a11y/atkhypertext.cxx
index e7f7773..ff95255 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