diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2019-11-22 16:49:01 +0100 |
---|---|---|
committer | Xisco Faulí <xiscofauli@libreoffice.org> | 2019-11-23 08:50:41 +0100 |
commit | a96fd458a41eb0abcb6b02e0039189c877d4a502 (patch) | |
tree | 288c0ca6debf8491396d09cd94498c35e97254e9 /offapi | |
parent | 32dcf3f0fdafcf44457842a8aa4f54d30d856ca9 (diff) |
tdf#97926: Update @since tags
Since it was backported to libreoffice-6-4
Change-Id: I832c252678b132c743f868688abbe702eb1293b2
Reviewed-on: https://gerrit.libreoffice.org/83512
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Jenkins
Diffstat (limited to 'offapi')
-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 { |