From 4b5765200776574e6a2a61fe6384f00b89d02bcc Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mon, 18 Jun 2018 10:39:35 +0100 Subject: set explicit parent for signing warning messages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ifbd1aaec13e2f3a51963c4942face64847eefc07 Reviewed-on: https://gerrit.libreoffice.org/55989 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- cui/source/dialogs/SignSignatureLineDialog.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cui') diff --git a/cui/source/dialogs/SignSignatureLineDialog.cxx b/cui/source/dialogs/SignSignatureLineDialog.cxx index fa7df5861b71..6566d6f66f41 100644 --- a/cui/source/dialogs/SignSignatureLineDialog.cxx +++ b/cui/source/dialogs/SignSignatureLineDialog.cxx @@ -146,8 +146,8 @@ void SignSignatureLineDialog::Apply() SfxObjectShell* pShell = SfxObjectShell::Current(); Reference xValidGraphic = getSignedGraphic(true); Reference xInvalidGraphic = getSignedGraphic(false); - pShell->SignSignatureLine(m_aSignatureLineId, m_xSelectedCertifate, xValidGraphic, - xInvalidGraphic, m_xEditComment->get_text()); + pShell->SignSignatureLine(m_xDialog.get(), m_aSignatureLineId, m_xSelectedCertifate, + xValidGraphic, xInvalidGraphic, m_xEditComment->get_text()); } const css::uno::Reference -- cgit