diff options
-rw-r--r-- | offapi/com/sun/star/frame/InfobarType.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/frame/XInfobarProvider.idl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/InfobarType.idl b/offapi/com/sun/star/frame/InfobarType.idl index 6c410d654b2a..4b579987f1d5 100644 --- a/offapi/com/sun/star/frame/InfobarType.idl +++ b/offapi/com/sun/star/frame/InfobarType.idl @@ -14,7 +14,7 @@ module com { module sun { module star { module frame { /** Infobar types. - @since LibreOffice 6.5 + @since LibreOffice 6.4 */ constants InfobarType { diff --git a/offapi/com/sun/star/frame/XInfobarProvider.idl b/offapi/com/sun/star/frame/XInfobarProvider.idl index 68278c50ab4e..1fbaa4657188 100644 --- a/offapi/com/sun/star/frame/XInfobarProvider.idl +++ b/offapi/com/sun/star/frame/XInfobarProvider.idl @@ -20,7 +20,7 @@ module com { module sun { module star { module frame { This interface can be obtained via com::sun::star::frame::XController. - @since LibreOffice 6.5 + @since LibreOffice 6.4 */ interface XInfobarProvider: uno::XInterface { |