summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 19:42:17 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-26 19:42:17 +0000
commit75ba329dd511512dcce133f403f162a038d57767 (patch)
treea1bd48796064d5324322fffbac3509dc7f477795 /xmlsecurity
parenta7ab88ddf88c7b1d80adc497947bd520ca572ad2 (diff)
INTEGRATION: CWS storagechange01 (1.2.10); FILE MERGED
2004/10/29 12:33:56 mav 1.2.10.1: #i33237# sign the documents by using the raw format
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/source/helper/xmlsignaturehelper2.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper2.hxx b/xmlsecurity/source/helper/xmlsignaturehelper2.hxx
index 52b6fab6348a..35fcac85cbee 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper2.hxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper2.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlsignaturehelper2.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 14:56:25 $
+ * last change: $Author: hr $ $Date: 2004-11-26 20:42:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -163,6 +163,6 @@ public:
com::sun::star::uno::Reference< com::sun::star::io::XInputStream > SAL_CALL getUriBinding( const rtl::OUString& uri )
throw (com::sun::star::uno::Exception, ::com::sun::star::uno::RuntimeException);
- static com::sun::star::uno::Reference < com::sun::star::io::XStream > OpenInputStream( com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rxStore, const rtl::OUString& rURI );
+ static com::sun::star::uno::Reference < com::sun::star::io::XInputStream > OpenInputStream( const com::sun::star::uno::Reference < com::sun::star::embed::XStorage >& rxStore, const rtl::OUString& rURI );
};