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.

See also LABEL and TEXT.

+ + @since LibreOffice 6.2 */ const short STATIC = 86; @@ -741,6 +743,8 @@ constants AccessibleRole

An object that presents information to the user when the SHOWING state change event is fired for the object.

+ + @since LibreOffice 7.5 */ const short NOTIFICATION = 87;