summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/accessibility
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-05-01 00:26:55 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:08 +0200
commit392706b5f743b2f989ba5a120bbb31c2296bf902 (patch)
tree6d37555b819fb1c482106f29c0aede2a121ae819 /offapi/com/sun/star/accessibility
parented993aafc928717ead4fae6b6dac8845771d8661 (diff)
*api: fix loads of badly documented parameters
Change-Id: Ifcfdcc1aee5f45745ab17d83f69c2cf293b58196
Diffstat (limited to 'offapi/com/sun/star/accessibility')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleComponent.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleComponent.idl b/offapi/com/sun/star/accessibility/XAccessibleComponent.idl
index 09cf4de411cd..181ab31ba540 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleComponent.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleComponent.idl
@@ -85,7 +85,7 @@ interface XAccessibleComponent : ::com::sun::star::uno::XInterface
an opaque rectangle then both the points (0,0) and (with-1,height-1)
would yield a `TRUE` value.</p>
- @param point
+ @param Point
Coordinates of the point to test. The origin of the coordinate
system is the upper left corner of the object's bounding box as
returned by the getBounds(). The scale of the
@@ -96,7 +96,7 @@ interface XAccessibleComponent : ::com::sun::star::uno::XInterface
Returns `TRUE` if the point lies within or on the object's bounding
box and `FALSE` otherwise.
*/
- boolean containsPoint ([in] ::com::sun::star::awt::Point aPoint);
+ boolean containsPoint ([in] ::com::sun::star::awt::Point Point);
/** Returns the Accessible child that is rendered under the given point.
@@ -105,7 +105,7 @@ interface XAccessibleComponent : ::com::sun::star::uno::XInterface
an opaque rectangle then both the points (0,0) and (with-1,height-1)
would yield a `TRUE` value.</p>
- @param aPoint
+ @param Point
Coordinates of the test point for which to find the Accessible
child. The origin of the coordinate system is the upper left
corner of the object's bounding box as returned by the
@@ -120,7 +120,7 @@ interface XAccessibleComponent : ::com::sun::star::uno::XInterface
painted on top of the others. If no there is no child which is
rendered at the test point an empty reference is returned.
*/
- XAccessible getAccessibleAtPoint ([in] ::com::sun::star::awt::Point aPoint);
+ XAccessible getAccessibleAtPoint ([in] ::com::sun::star::awt::Point Point);
/** Returns the bounding box of this object.