diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-06-25 22:31:52 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-06-25 22:31:52 +0200 |
commit | 87bf4eaf526e0e2124c26f9f1ff3059f06423d58 (patch) | |
tree | a2ad55081701e6bf11d08c6fece700b9859dfa72 /offapi | |
parent | 5470bea93e7047ef5742466246487e17813cf5ed (diff) |
Fix a pb in idl but 2 others remain
Change-Id: Ide5c6562c9be947ac2e59c79493c021031c7203e
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/drawing/AccessibleGraphicShape.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl index e2484c0d9472..880583fb6501 100644 --- a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl +++ b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl @@ -54,7 +54,7 @@ service AccessibleGraphicShape /** Give access to image specific information. <p>The support of the - ::com::sun::star::accessibility::AccessibleImage interface + ::com::sun::star::accessibility::XAccessibleImage interface requires the shape to provide a description of the displayed image and the image's size in the screen coordinate system (pixel). At the time being this interface does not provide information that is |