diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-05-18 17:17:24 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2018-05-22 09:43:22 +0200 |
commit | 090e243c401fdb73a917a5deb36279c445cfcbb9 (patch) | |
tree | 1c5e9e1710e648b9eac664b8d23cc485cbdaf233 /cui | |
parent | 6499ea2ff45fa42094d41c5c417f66a3ae5a22ae (diff) |
tdf#83877 Use Signer comments as signature description
Change-Id: Ia9f18addeee9cf86989c873419113ddbd07c219f
Reviewed-on: https://gerrit.libreoffice.org/54551
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'cui')
-rw-r--r-- | cui/source/dialogs/SignSignatureLineDialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/SignSignatureLineDialog.cxx b/cui/source/dialogs/SignSignatureLineDialog.cxx index 78cb0bd88b17..8cc06d90a4eb 100644 --- a/cui/source/dialogs/SignSignatureLineDialog.cxx +++ b/cui/source/dialogs/SignSignatureLineDialog.cxx @@ -148,7 +148,7 @@ void SignSignatureLineDialog::Apply() Reference<XGraphic> xValidGraphic = getSignedGraphic(true); Reference<XGraphic> xInvalidGraphic = getSignedGraphic(false); pShell->SignSignatureLine(m_aSignatureLineId, m_xSelectedCertifate, xValidGraphic, - xInvalidGraphic); + xInvalidGraphic, m_xEditComment->get_text()); } const css::uno::Reference<css::graphic::XGraphic> |