summaryrefslogtreecommitdiff
path: root/xmlsecurity/inc
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2005-03-10 17:02:26 +0000
committerVladimir Glazounov <vg@openoffice.org>2005-03-10 17:02:26 +0000
commit6dbf36f0920ce7582361f65e1141a34b41025884 (patch)
treee73e7d04e75e1fd96673b495db7c9d733d332034 /xmlsecurity/inc
parenta7a375355dbbdda4316ae7034b1a0fcd371f6fa1 (diff)
INTEGRATION: CWS xmlsec08 (1.2.24); FILE MERGED
2005/02/22 13:07:18 mt 1.2.24.1: #i36682# Accept separate Stream for signatures...
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r--xmlsecurity/inc/xmlsecurity/documentsignaturehelper.hxx10
1 files changed, 6 insertions, 4 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/documentsignaturehelper.hxx b/xmlsecurity/inc/xmlsecurity/documentsignaturehelper.hxx
index 289964698191..56cbc26411af 100644
--- a/xmlsecurity/inc/xmlsecurity/documentsignaturehelper.hxx
+++ b/xmlsecurity/inc/xmlsecurity/documentsignaturehelper.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: documentsignaturehelper.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mt $ $Date: 2004-07-15 07:16:08 $
+ * last change: $Author: vg $ $Date: 2005-03-10 18:02:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -104,8 +104,6 @@ struct SignatureStreamHelper
{
css::uno::Reference < css::embed::XStorage > xSignatureStorage;
css::uno::Reference < css::io::XStream > xSignatureStream;
-
- void Clear();
};
@@ -115,6 +113,10 @@ public:
static SignatureStreamHelper OpenSignatureStream( const css::uno::Reference < css::embed::XStorage >& rxStore, sal_Int32 nOpenMode, DocumentSignatureMode eDocSigMode );
static std::vector< rtl::OUString > CreateElementList( const css::uno::Reference < css::embed::XStorage >& rxStore, const ::rtl::OUString rRootStorageName, DocumentSignatureMode eMode );
+
+ static ::rtl::OUString GetDocumentContentSignatureDefaultStreamName();
+ static ::rtl::OUString GetScriptingContentSignatureDefaultStreamName();
+ static ::rtl::OUString GetPackageSignatureDefaultStreamName();
};
#endif // _XMLSECURITY_XMLSIGNATUREHELPER_HXX