offapi/com/sun/star/accessibility/XAccessibleValue.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit be3764070655afb438ac4d09a73175ebcbc8fea2
Author:     Michael Weghorn <m.wegh...@posteo.de>
AuthorDate: Wed Jul 28 12:13:50 2021 +0200
Commit:     Michael Weghorn <m.wegh...@posteo.de>
CommitDate: Wed Jul 28 16:18:29 2021 +0200

    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.wegh...@posteo.de>

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 ();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to