diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-01-18 16:06:55 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-01-18 16:06:58 +0000 |
commit | bd503faaf61943f25be46bb540023f15606a106a (patch) | |
tree | 3f38046b3f7caf125d48deb2bcd35c64b4584839 /vcl | |
parent | 87084436d39662636e92dd03a5161293efb80948 (diff) |
fix recently broken gtk a11y
since
commit aa6c54f337a616c9ca6a39cfc8708657018d8613
Date: Mon Jan 18 09:01:15 2016 +0200
loplugin:unusedfields
structure is this way for gobject style inheritence
Change-Id: Ia069333aa5cfd913a2e8f85c967dabdcf4de6615
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/unx/gtk/a11y/atkwrapper.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/unx/gtk/a11y/atkwrapper.hxx b/vcl/unx/gtk/a11y/atkwrapper.hxx index f0f818920405..4a023fa6e4b9 100644 --- a/vcl/unx/gtk/a11y/atkwrapper.hxx +++ b/vcl/unx/gtk/a11y/atkwrapper.hxx @@ -45,6 +45,8 @@ namespace com { namespace sun { namespace star { namespace accessibility { struct _AtkObjectWrapper { + AtkObject aParent; + css::uno::Reference<css::accessibility::XAccessible> mpAccessible; css::uno::Reference<css::accessibility::XAccessibleContext> mpContext; css::uno::Reference<css::accessibility::XAccessibleAction> mpAction; |