summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMichael Weghorn <m.weghorn@posteo.de>2021-07-28 16:20:57 +0200
committerMichael Weghorn <m.weghorn@posteo.de>2021-07-28 19:14:45 +0200
commit968e758f163ef5a6c8c46e3427fccae32958b6db (patch)
treebcd35e25fbae71aca828294cb63a9fb0b2fef43c /offapi
parent72773c8e547ee42922bf32a861bb4ae13858169d (diff)
XAccessibleValue::getMinimumIncrement: Add "@since" annotation
Add "@since LibreOffice 7.3" annotation for the method added in commit b5ada12ffd0b6b8677430fce117c4c1e38cc9159 Author: Michael Weghorn <m.weghorn@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@posteo.de>
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleValue.idl2
1 files changed, 2 insertions, 0 deletions
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 ();
};