summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/security/XDocumentDigitalSignatures.idl')
-rw-r--r--offapi/com/sun/star/security/XDocumentDigitalSignatures.idl7
1 files changed, 3 insertions, 4 deletions
diff --git a/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl b/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl
index 5ee5b9e44106..e725624e9e19 100644
--- a/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl
+++ b/offapi/com/sun/star/security/XDocumentDigitalSignatures.idl
@@ -119,18 +119,17 @@ interface XDocumentDigitalSignatures : com::sun::star::uno::XInterface
void showCertificate( [in] com::sun::star::security::XCertificate Certificate );
- /** manages trusted sources (Authors and paths )
+ /** manages trusted sources (Authors and paths )
*/
-
void manageTrustedSources();
boolean isAuthorTrusted( [in] com::sun::star::security::XCertificate Author );
boolean isLocationTrusted( [in] string Location );
- // These method should raise confirmation dialog, so it can not used from bad macros...
+ // These methods should raise a confirmation dialog, so they can not be misused from bad macros.
void addAuthorToTrustedSources( [in] com::sun::star::security::XCertificate Author );
void addLocationToTrustedSources( [in] string Location );
- /** This method shows CertificateChooser dialog, used by document and PDF signing
+ /** This method shows the CertificateChooser dialog, used by document and PDF signing
@since LibreOffice 5.3
*/