diff options
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> |