summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@collabora.co.uk>2016-02-05 16:09:44 +0100
committerMiklos Vajna <vmiklos@collabora.co.uk>2016-02-05 16:25:13 +0100
commitb79ab2835681e0e44f8a41d8f442ca6601b87191 (patch)
treebdd245831393c378159d462c647264c5a98e988b /xmlsecurity/inc
parentf26019532bb03ea1a3d276be90adbecca6759a77 (diff)
xmlsecurity: write initial OOXML signature streams
It's just the root element so far. Change-Id: If32e9e5bf339f639a20fa88d85e826e14f65dac2
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r--xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
index a7947ed8dade..031c4b0263f1 100644
--- a/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
+++ b/xmlsecurity/inc/xmlsecurity/xmlsignaturehelper.hxx
@@ -186,6 +186,8 @@ public:
void EnsureSignaturesRelation(css::uno::Reference<css::embed::XStorage> xStorage);
/// Given that xStorage is an OOXML _xmlsignatures storage, create origin.sigs and its relations.
void ExportSignatureRelations(css::uno::Reference<css::embed::XStorage> xStorage, int nSignatureCount);
+ /// Given that xStorage is an OOXML _xmlsignatures storage, create and write a new signature.
+ bool CreateAndWriteOOXMLSignature(css::uno::Reference<css::embed::XStorage> xStorage, int nSignatureIndex);
};
#endif // INCLUDED_XMLSECURITY_INC_XMLSECURITY_XMLSIGNATUREHELPER_HXX