summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility/AccessibleEventId.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/accessibility/AccessibleEventId.idl')
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleEventId.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleEventId.idl b/offapi/com/sun/star/accessibility/AccessibleEventId.idl
index 14b49a155510..4bf58b902d6b 100644
--- a/offapi/com/sun/star/accessibility/AccessibleEventId.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleEventId.idl
@@ -172,7 +172,7 @@ constants AccessibleEventId
<p>Not used: The AccessibleEventObject::OldValue and
AccessibleEventObject::NewValue fields contain
references to the old and new predecessor. Note that both references
- my be <NULL/> to indicate that a flow to the sending object has not
+ my be `NULL` to indicate that a flow to the sending object has not
existed or does not exist anymore.</p>
*/
const short CONTENT_FLOWS_FROM_RELATION_CHANGED = 12;
@@ -183,7 +183,7 @@ constants AccessibleEventId
<p>Not used: The AccessibleEventObject::OldValue and
AccessibleEventObject::NewValue fields contain
references to the old and new successor. Note that both references
- my be <NULL/> to indicate that a flow from the sending object has not
+ my be `NULL` to indicate that a flow from the sending object has not
existed or does not exist anymore.</p>
*/
const short CONTENT_FLOWS_TO_RELATION_CHANGED = 13;