diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2013-07-05 07:26:45 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2013-07-05 07:26:45 +0200 |
commit | 9a556a1f355ef828ff326b00cf5c28a10f1d6bb5 (patch) | |
tree | f415dbc83c173c15d293ccf256f6557e5eb478af /offapi/com/sun/star/drawing | |
parent | f53bebb800ac35ee948640e57bcfff3ca59fd833 (diff) |
Fix some idl descriptions
Change-Id: I983ba19bebceb4f38ca51f8c60204c91b78bc965
Diffstat (limited to 'offapi/com/sun/star/drawing')
-rw-r--r-- | offapi/com/sun/star/drawing/AccessibleGraphicShape.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl index 880583fb6501..9dfd88c03bf8 100644 --- a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl +++ b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl @@ -60,8 +60,8 @@ service AccessibleGraphicShape the time being this interface does not provide information that is not available through the AccessibleShape service: the size returned by the - ::com::sun::star::accessibility::XAccessibleImage::getWidth() and - ::com::sun::star::accessibility::XAccessibleImage::getHeight() + ::com::sun::star::accessibility::XAccessibleImage::getAccessibleImageWidth() and + ::com::sun::star::accessibility::XAccessibleImage::getAccessibleImageHeight() functions is the same as that returned by the ::com::sun::star::accessibility::XAccessibleComponent::getSize() function; the description returned by |