From ff1982dc3f577913b9c15bd5c57776cf72918878 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 10 Feb 2016 11:49:16 +0100 Subject: xmlsecurity OOXML export: use RelationshipTransform for relations Change-Id: I5fd400f095998184107c10afa95fe8b12c123d33 --- xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'xmlsecurity/inc') diff --git a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx index 52efb06602e5..1a071c9a614a 100644 --- a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx +++ b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx @@ -185,8 +185,8 @@ public: void EnsureSignaturesRelation(css::uno::Reference xStorage); /// Given that xStorage is an OOXML _xmlsignatures storage, create origin.sigs and its relations. void ExportSignatureRelations(css::uno::Reference xStorage, int nSignatureCount); - /// Given that xStorage is an OOXML _xmlsignatures storage, create and write a new signature. - bool CreateAndWriteOOXMLSignature(css::uno::Reference xStorage, int nSignatureIndex); + /// Given that xSignatureStorage is an OOXML _xmlsignatures storage, create and write a new signature. + bool CreateAndWriteOOXMLSignature(css::uno::Reference xRootStorage, css::uno::Reference xSignatureStorage, int nSignatureIndex); }; #endif // INCLUDED_XMLSECURITY_INC_XMLSECURITY_XMLSIGNATUREHELPER_HXX -- cgit