summaryrefslogtreecommitdiff
path: root/vcl/unx/gtk/a11y/atkutil.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-06-26 13:50:28 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-06-26 13:52:22 +0100
commitaff0d4b29681ee8008ff438885c8cc2b461f4dd5 (patch)
treeff080d3f97863420ebd0a48860f1dffcd2643b27 /vcl/unx/gtk/a11y/atkutil.hxx
parent093d7b8142d0cb224fcf23506f3b36f7a3a10d2c (diff)
Related: tdf#92293 gtk3 a11y: I suspect that all of this is redundant
in favor of hooking in via get_accessible Change-Id: I8c265e0d9a5f8bdf02b7ba4be71fc58194cf5aa4
Diffstat (limited to 'vcl/unx/gtk/a11y/atkutil.hxx')
-rw-r--r--vcl/unx/gtk/a11y/atkutil.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/unx/gtk/a11y/atkutil.hxx b/vcl/unx/gtk/a11y/atkutil.hxx
index 89cb61aeed33..952418869883 100644
--- a/vcl/unx/gtk/a11y/atkutil.hxx
+++ b/vcl/unx/gtk/a11y/atkutil.hxx
@@ -25,6 +25,7 @@
#define OOO_TYPE_ATK_UTIL ooo_atk_util_get_type()
GType ooo_atk_util_get_type();
+void ooo_atk_util_ensure_event_listener();
#endif