Kaydet (Commit) bd503faa authored tarafından Caolán McNamara's avatar Caolán McNamara

fix recently broken gtk a11y

since

commit aa6c54f3
Date:   Mon Jan 18 09:01:15 2016 +0200

    loplugin:unusedfields

structure is this way for gobject style inheritence

Change-Id: Ia069333aa5cfd913a2e8f85c967dabdcf4de6615
üst 87084436
...@@ -45,6 +45,8 @@ namespace com { namespace sun { namespace star { namespace accessibility { ...@@ -45,6 +45,8 @@ namespace com { namespace sun { namespace star { namespace accessibility {
struct _AtkObjectWrapper struct _AtkObjectWrapper
{ {
AtkObject aParent;
css::uno::Reference<css::accessibility::XAccessible> mpAccessible; css::uno::Reference<css::accessibility::XAccessible> mpAccessible;
css::uno::Reference<css::accessibility::XAccessibleContext> mpContext; css::uno::Reference<css::accessibility::XAccessibleContext> mpContext;
css::uno::Reference<css::accessibility::XAccessibleAction> mpAction; css::uno::Reference<css::accessibility::XAccessibleAction> mpAction;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment