summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:14:19 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commit4bb43e1612ea3737fe53bb28ac830810b0a6a028 (patch)
treebd4949cc9c236626941b7995fb390a7090db37b9 /offapi/com/sun/star/accessibility
parentea71a05840f53158f669182c6e93de9f8348bbe5 (diff)
*api: replace <member>Foo</member>
These member variables need a # prefix. sed -i "s,<member>\([^<:]\+[^)]\)</member>,#\1,g" Change-Id: I721b90f4edae32b5a362479bdbd60423f6427364
Diffstat (limited to 'offapi/com/sun/star/accessibility')
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleEventObject.idl4
-rw-r--r--offapi/com/sun/star/accessibility/TextSegment.idl2
2 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleEventObject.idl b/offapi/com/sun/star/accessibility/AccessibleEventObject.idl
index 3ce87339813e..883e9af293a1 100644
--- a/offapi/com/sun/star/accessibility/AccessibleEventObject.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleEventObject.idl
@@ -42,14 +42,14 @@ struct AccessibleEventObject: ::com::sun::star::lang::EventObject
/** for events that specifies a value change, this is
the new value.
- Depending on the <member>EventId</member>, this can be void.
+ Depending on the #EventId, this can be void.
*/
any NewValue;
/** for events that specifies a value change, this is
the old value.
- Depending on the <member>EventId</member>, this can be void.
+ Depending on the #EventId, this can be void.
*/
any OldValue;
};
diff --git a/offapi/com/sun/star/accessibility/TextSegment.idl b/offapi/com/sun/star/accessibility/TextSegment.idl
index 12cf1b672caa..125aa404baa8 100644
--- a/offapi/com/sun/star/accessibility/TextSegment.idl
+++ b/offapi/com/sun/star/accessibility/TextSegment.idl
@@ -42,7 +42,7 @@ module com { module sun { module star { module accessibility {
character of a text) all other values define the empty string at that
position.</p>
- <p>The <member>SegmentText</member> member is a copy of the
+ <p>The #SegmentText member is a copy of the
corresponding text segment of the enclosing text. Modifying this
structure does not alter the enclosing text.</p>