diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-05-30 12:10:52 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-05-30 12:26:26 +0200 |
commit | 8fe7198466011a411b46295cb646338b8745308c (patch) | |
tree | 71b8ad32ccd96ae9bae9a16b2a169fe07487e6c8 /include | |
parent | 109bc7b92427e193441b729677757cb39badc5fe (diff) |
Fix comments
Signature lines is no longer ooxml specific
Change-Id: I092dbc31b30d30bf68b4cb733cb7cb8520c99738
Reviewed-on: https://gerrit.libreoffice.org/55058
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'include')
-rw-r--r-- | include/svl/sigstruct.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svl/sigstruct.hxx b/include/svl/sigstruct.hxx index 414e0cd88a41..74065e906b98 100644 --- a/include/svl/sigstruct.hxx +++ b/include/svl/sigstruct.hxx @@ -119,10 +119,10 @@ struct SignatureInformation OUString ouDescriptionPropertyId; /// OOXML certificate SHA-256 digest, empty for ODF except when doing XAdES signature. OUString ouCertDigest; - /// OOXML Valid and invalid signature images + /// Valid and invalid signature line images css::uno::Reference<css::graphic::XGraphic> aValidSignatureImage; css::uno::Reference<css::graphic::XGraphic> aInvalidSignatureImage; - /// OOXML Signature Line Id, used to map signatures to their respective signature line images. + /// Signature Line Id, used to map signatures to their respective signature line images. OUString ouSignatureLineId; /// A full OOXML signature for unchanged roundtrip, empty for ODF. css::uno::Sequence<sal_Int8> aSignatureBytes; |