[Libreoffice-commits] core.git: offapi/com
Michael Weghorn (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 28 17:15:18 UTC 2021
offapi/com/sun/star/accessibility/XAccessibleValue.idl | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 968e758f163ef5a6c8c46e3427fccae32958b6db
Author: Michael Weghorn <m.weghorn at posteo.de>
AuthorDate: Wed Jul 28 16:20:57 2021 +0200
Commit: Michael Weghorn <m.weghorn at posteo.de>
CommitDate: Wed Jul 28 19:14:45 2021 +0200
XAccessibleValue::getMinimumIncrement: Add "@since" annotation
Add "@since LibreOffice 7.3" annotation for the method added in
commit b5ada12ffd0b6b8677430fce117c4c1e38cc9159
Author: Michael Weghorn <m.weghorn at posteo.de>
Date: Wed Jul 28 11:26:16 2021 +0200
a11y: Add XAccessibleValue::getMinimumIncrement method
Thanks to Stephan for pointing it out in above commit's Gerrit
change. [1]
[1] https://gerrit.libreoffice.org/c/core/+/119596
Change-Id: I416653ea5ebf3a09effead2d132db340d08e6c53
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119634
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn at posteo.de>
diff --git a/offapi/com/sun/star/accessibility/XAccessibleValue.idl b/offapi/com/sun/star/accessibility/XAccessibleValue.idl
index a1f7879dcd07..45001976fd0d 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleValue.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleValue.idl
@@ -101,6 +101,8 @@ interface XAccessibleValue : ::com::sun::star::uno::XInterface
Returns the minimal increment value in an implementation dependent type.
If this object has no minimum increment value, then an empty object is
returned.
+
+ @since LibreOffice 7.3
*/
any getMinimumIncrement ();
};
More information about the Libreoffice-commits
mailing list