offapi/com/sun/star/security/XDocumentDigitalSignatures.idl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f2ac3dff7858c1ef49474c1e703ddc0e4127b0cf
Author:     Stephan Bergmann <[email protected]>
AuthorDate: Tue Mar 26 10:15:20 2024 +0100
Commit:     Stephan Bergmann <[email protected]>
CommitDate: Tue Mar 26 15:56:23 2024 +0100

    Consolidate on @since LibreOffice MAJOR.MINOR tags
    
    ...so even if 6a049e417b029f3733fcee05f99a3e8875aefdb8 "tdf#160184 ask user 
if
    they want to trust an untrusted certificate" gets backported to
    libreoffice-24-2 towards LO 24.2.3, better keep @since tags consistent and 
only
    officially announce it for LO 24.8
    
    Change-Id: I32be31893823ef116603b98df7ce9ec305a96e6e
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165306
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <[email protected]>

diff --git a/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl 
b/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl
index a32f77970996..dc1a5f160bde 100644
--- a/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl
+++ b/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl
@@ -215,7 +215,7 @@ interface XDocumentDigitalSignatures : 
com::sun::star::uno::XInterface
 
     /** queries the user if the want to trust an untrusted certificate.
 
-        @since LibreOffice 24.2.3
+        @since LibreOffice 24.8
     */
     boolean trustUntrustedCertificate([in] 
::com::sun::star::security::XCertificate xCertificate);
 };

Reply via email to