summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2021-07-28 12:13:50 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2021-07-28 16:18:29 +0200
commitbe3764070655afb438ac4d09a73175ebcbc8fea2 (patch)
tree766a20bf71ef01e42e5ee4ddd50df33239d67c54
parentf62cbfed55099170ae6f9c006c36bca3420424e3 (diff)
Minor fix in comment for XAccessibleValue::getMinimumValue
This looks like a copy-paste error. The *upper* bound is relevant for 'getMaximumValue', the *lower* bound for 'getMinimumValue'. Change-Id: Ibe707fde6185c0fa757741683f046393e2003eb8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119600 Tested-by: Jenkins Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleValue.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/accessibility/XAccessibleValue.idl b/offapi/com/sun/star/accessibility/XAccessibleValue.idl
index db66c039b68a..a1f7879dcd07 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleValue.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleValue.idl
@@ -85,7 +85,7 @@ interface XAccessibleValue : ::com::sun::star::uno::XInterface
@return
Returns the minimal value in an implementation dependent type.
- If this object has no upper bound then an empty object is
+ If this object has no lower bound then an empty object is
returned.
*/
any getMinimumValue ();