summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/helper/xsecsign.cxx
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2017-10-25 09:14:24 +0200
committerMiklos Vajna <vmiklos@collabora.co.uk>2017-10-25 11:44:04 +0200
commit4216d6f590141df7403da65110574c2369b04ed8 (patch)
treebaf1b2d28ee067d134cee29052e3237faf7d3002 /xmlsecurity/source/helper/xsecsign.cxx
parent4d65adb2fa02645e3c9e946a0b896af51ef27a7d (diff)
xmlsecurity: remove unused chainOn() argument
Change-Id: Id4d4ae41eb6d667a96ce5d294dd5bf3fcf4cb686 Reviewed-on: https://gerrit.libreoffice.org/43801 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'xmlsecurity/source/helper/xsecsign.cxx')
-rw-r--r--xmlsecurity/source/helper/xsecsign.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmlsecurity/source/helper/xsecsign.cxx b/xmlsecurity/source/helper/xsecsign.cxx
index 65cb3ddac800..b5e50f3c8bf0 100644
--- a/xmlsecurity/source/helper/xsecsign.cxx
+++ b/xmlsecurity/source/helper/xsecsign.cxx
@@ -299,7 +299,7 @@ bool XSecController::WriteSignature(
/*
* chain the SAXEventKeeper to the SAX chain
*/
- chainOn(true);
+ chainOn();
if ( m_eStatusOfSecurityComponents == InitializationState::INITIALIZED )
/*
@@ -354,7 +354,7 @@ bool XSecController::WriteOOXMLSignature(const uno::Reference<embed::XStorage>&
SAL_WARN_IF(!xDocumentHandler.is(), "xmlsecurity.helper", "empty xDocumentHandler reference");
// Chain the SAXEventKeeper to the SAX chain.
- chainOn(/*bRetrievingLastEvent=*/true);
+ chainOn();
if (m_eStatusOfSecurityComponents == InitializationState::INITIALIZED)
{