diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-09-26 09:57:31 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-09-26 11:00:27 +0200 |
commit | 92166dba58980fddb234cd7069694cbbca69a8f7 (patch) | |
tree | 2c1d9608969cc075e7e4ebef00053d0460d39340 /offapi | |
parent | cd0e3d61f2285b81d9c2bd8fa3d12e0deb505681 (diff) |
Add some missing @since tags
...for constants introduced with 4917430c1c5e8105987e81d65d31df21955ad60e
"tdf#116542 a11y: introduce STATIC role" and
947fe0d89dee75ee43515ef7dfb43837d65a45bc "tdf#119788 tdf#117173 add
accessibility NOTIFICATION role", resp.
Change-Id: I1533f3bfcac5e7014078dd891dc05571f1186bb1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140587
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/accessibility/AccessibleRole.idl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/offapi/com/sun/star/accessibility/AccessibleRole.idl b/offapi/com/sun/star/accessibility/AccessibleRole.idl index c8e8ccc03ec2..c25b3d465d1a 100644 --- a/offapi/com/sun/star/accessibility/AccessibleRole.idl +++ b/offapi/com/sun/star/accessibility/AccessibleRole.idl @@ -734,6 +734,8 @@ constants AccessibleRole label.</p> <p>See also LABEL and TEXT.</p> + + @since LibreOffice 6.2 */ const short STATIC = 86; @@ -741,6 +743,8 @@ constants AccessibleRole <p>An object that presents information to the user when the SHOWING state change event is fired for the object.</p> + + @since LibreOffice 7.5 */ const short NOTIFICATION = 87; |