summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility/AccessibleEventId.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:45:24 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commitd11a7b5eb1b127c4f60367ecaeb64868313002d6 (patch)
tree4333a00f2ffd957219cfa355c54cc62fc7cd670a /offapi/com/sun/star/accessibility/AccessibleEventId.idl
parent4e70bdec9657f60c2bc9f4e8ad22c3625cc009a4 (diff)
*api: convert <const>
This one is apparently often abused to link to a constant group, while it can only link to constants within a group. sed -i "s,<const>\([^<]\+\)</const>,\1,g" Change-Id: Ic3d8099751340e4b046298c861bb659beb351eaf
Diffstat (limited to 'offapi/com/sun/star/accessibility/AccessibleEventId.idl')
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleEventId.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleEventId.idl b/offapi/com/sun/star/accessibility/AccessibleEventId.idl
index 79d7f6c3e905..14b49a155510 100644
--- a/offapi/com/sun/star/accessibility/AccessibleEventId.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleEventId.idl
@@ -89,7 +89,7 @@ constants AccessibleEventId
position then its is not necessary to send an event.
<p>Use this event rather than the
- <const>VISIBLE_DATA_EVENT</const> when really only the
+ VISIBLE_DATA_EVENT when really only the
(relative) bounding box of an accessible object has changed. It is
much more specific than the later one and reduces the number of
calls an AT-Tool has to make to retrieve all affected data.</p>
@@ -130,9 +130,9 @@ constants AccessibleEventId
/** Use this event to tell the listeners to re-retrieve the whole set of
children. This should be used by a parent object which exchanges all
or most of its children. It is a short form of first sending one
- <const>CHILD</const> event for every old child indicating that
+ CHILD event for every old child indicating that
this child is about to be removed and then sending one
- <const>CHILD</const> for every new child indicating that this
+ CHILD for every new child indicating that this
child has been added to the list of children.
<p>When this API is used by Java or Gnome AT-Tools then a bridge can