summaryrefslogtreecommitdiff
path: root/vcl/unx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-07-22 06:51:34 +0000
committerOliver Bolte <obo@openoffice.org>2008-07-22 06:51:34 +0000
commita5275666135e688a4db1c6d38785255a3735692d (patch)
treef7188225ad20112ed85057b2a8edcc1c8a9cc055 /vcl/unx
parentb0e5ba9c9d69cd5186e7dd23c5aaf3207172132d (diff)
INTEGRATION: CWS pba11y01 (1.9.14); FILE MERGED
2008/06/23 12:25:40 obr 1.9.14.1: #i71430# new relation type node_child_of
Diffstat (limited to 'vcl/unx')
-rw-r--r--vcl/unx/gtk/a11y/atkwrapper.cxx6
1 files changed, 5 insertions, 1 deletions
diff --git a/vcl/unx/gtk/a11y/atkwrapper.cxx b/vcl/unx/gtk/a11y/atkwrapper.cxx
index 9f0cc5581b35..3547918d942e 100644
--- a/vcl/unx/gtk/a11y/atkwrapper.cxx
+++ b/vcl/unx/gtk/a11y/atkwrapper.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: atkwrapper.cxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -132,6 +132,10 @@ static AtkRelationType mapRelationType( sal_Int16 nRelation )
type = ATK_RELATION_SUBWINDOW_OF;
break;
+ case accessibility::AccessibleRelationType::NODE_CHILD_OF:
+ type = ATK_RELATION_NODE_CHILD_OF;
+ break;
+
default:
break;
}