summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-06-20 08:53:22 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-06-20 08:53:22 +0000
commita79800fafdc4f6f3debd43239773ba0cf8da73c0 (patch)
treea7fea195b79020f576a531ad242817faa8e8ba63 /offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl
parent66acb4eff2c06d8cd7455cc0f1611b82d03d7b86 (diff)
INTEGRATION: CWS uaa05 (1.2.50); FILE MERGED
2003/06/12 14:50:28 af 1.2.50.1: #109196# Fixed autodoc syntax.
Diffstat (limited to 'offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl')
-rw-r--r--offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl10
1 files changed, 6 insertions, 4 deletions
diff --git a/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl b/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl
index fd01c2a43d4d..f7d992a44238 100644
--- a/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl
+++ b/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleDrawDocumentView.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: vg $ $Date: 2003-06-10 11:08:14 $
+ * last change: $Author: vg $ $Date: 2003-06-20 09:53:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -92,7 +92,8 @@ module com { module sun { module star { module drawing {
outside the currently visible area, the user has to issue these requests
manually or programmatically through the usual chanels, e.g. pressing
keys or selecting menu entries.</li>
- <li>The hierarchy exposed through the <type>XAccessibleContext</type>
+ <li>The hierarchy exposed through the
+ <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
interface does not necessarily correspond directly to the underlying
draw page structure. Internal nodes in this hierarchy are introduced
by group shapes, 3D scenes, and OLE objects.</li>
@@ -107,7 +108,8 @@ module com { module sun { module star { module drawing {
service AccessibleDrawDocumentView
{
/** Base interface for being accessible. It gives access to the
- <type>XAccessibleContext</type> interface.
+ <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
+ interface.
*/
interface ::com::sun::star::accessibility::XAccessible;