summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/accessibility/XAccessible.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/accessibility/XAccessible.idl')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessible.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessible.idl b/offapi/com/sun/star/accessibility/XAccessible.idl
index e8e6c80469e5..fd094e7eadf3 100644
--- a/offapi/com/sun/star/accessibility/XAccessible.idl
+++ b/offapi/com/sun/star/accessibility/XAccessible.idl
@@ -38,12 +38,12 @@ module com { module sun { module star { module accessibility {
implementation of the
class that is made accessible and the actual accessibility code into two
(mostly) independent parts. The only necessary dependence is the
- <member scope="XAccessible">getAccessibleContext()</member> function
+ XAccessible::getAccessibleContext() function
that returns the accessible context. This one-way link has to be
persistent in some sense: As long as there is at least one reference to
a specific XAccessibleContext object the
XAccessible object has to return the same context for every
- call to <member scope="XAccessible">getAccessibleContext()</member>.
+ call to XAccessible::getAccessibleContext().
This is necessary to allow the use of object identity for comparing
accessibility contexts for being equal.</p>