summaryrefslogtreecommitdiff
path: root/xmlsecurity
diff options
context:
space:
mode:
Diffstat (limited to 'xmlsecurity')
-rw-r--r--xmlsecurity/tools/demo/signdemo.cxx7
-rw-r--r--xmlsecurity/tools/demo/util.cxx6
-rw-r--r--xmlsecurity/tools/demo/util.hxx6
-rw-r--r--xmlsecurity/workben/makefile.mk7
4 files changed, 13 insertions, 13 deletions
diff --git a/xmlsecurity/tools/demo/signdemo.cxx b/xmlsecurity/tools/demo/signdemo.cxx
index da6191472dde..08b71cca6987 100644
--- a/xmlsecurity/tools/demo/signdemo.cxx
+++ b/xmlsecurity/tools/demo/signdemo.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: signdemo.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mmi $ $Date: 2004-07-16 05:15:44 $
+ * last change: $Author: mmi $ $Date: 2004-07-16 05:18:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -215,8 +215,7 @@ int SAL_CALL main( int argc, char **argv )
fprintf( stdout, "------------- Signature details -------------\n" );
fprintf( stdout, "%s",
rtl::OUStringToOString(
- getSignatureInformations(aSignatureHelper.GetSignatureInformations(),
- (cssu::Reference< cssxc::XSecurityEnvironment >&)aSignatureHelper.GetSecurityEnvironment()),
+ getSignatureInformations(aSignatureHelper.GetSignatureInformations(), aSignatureHelper.GetSecurityEnvironment()),
RTL_TEXTENCODING_UTF8).getStr());
return 0;
diff --git a/xmlsecurity/tools/demo/util.cxx b/xmlsecurity/tools/demo/util.cxx
index 47466a2a9fc5..6cf4dad84933 100644
--- a/xmlsecurity/tools/demo/util.cxx
+++ b/xmlsecurity/tools/demo/util.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: util.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mmi $ $Date: 2004-07-15 08:12:10 $
+ * last change: $Author: mmi $ $Date: 2004-07-16 05:18:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -229,7 +229,7 @@ cssu::Reference< cssl::XMultiServiceFactory > serviceManager(
::rtl::OUString getSignatureInformations(
const SignatureInformations& SignatureInformations,
- cssu::Reference< ::com::sun::star::xml::crypto::XSecurityEnvironment >& xSecurityEnvironment )
+ cssu::Reference< ::com::sun::star::xml::crypto::XSecurityEnvironment > xSecurityEnvironment )
{
rtl::OUString result;
int i;
diff --git a/xmlsecurity/tools/demo/util.hxx b/xmlsecurity/tools/demo/util.hxx
index 5c6316b6e191..ac5dabcde898 100644
--- a/xmlsecurity/tools/demo/util.hxx
+++ b/xmlsecurity/tools/demo/util.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: util.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: mmi $ $Date: 2004-07-14 08:12:31 $
+ * last change: $Author: mmi $ $Date: 2004-07-16 05:18:39 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -83,5 +83,5 @@
::rtl::OUString getSignatureInformations(
const SignatureInformations& SignatureInformations,
- ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XSecurityEnvironment >& xSecurityEnvironment );
+ ::com::sun::star::uno::Reference< ::com::sun::star::xml::crypto::XSecurityEnvironment > xSecurityEnvironment );
\ No newline at end of file
diff --git a/xmlsecurity/workben/makefile.mk b/xmlsecurity/workben/makefile.mk
index db7abe2f8150..24a67835f50a 100644
--- a/xmlsecurity/workben/makefile.mk
+++ b/xmlsecurity/workben/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: mt $ $Date: 2004-07-14 11:05:47 $
+# last change: $Author: mmi $ $Date: 2004-07-16 05:22:13 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -104,7 +104,8 @@ APP1STDLIBS= $(CPPULIB) \
#APP1STDLIBS+= "xmlsec.lib" "helper.lib" "dialogs.lib" "xsec_xmlsec.lib"
APP1STDLIBS+= "xsec_xmlsec.lib"
.ELSE
-APP1STDLIBS+= "-lxml2" "-lnss3" "-lnspr4" "-lxmlsec" "-lhelper" "-ldialogs" "-lxsec_xmlsec"
+#APP1STDLIBS+= "-lxml2" "-lnss3" "-lnspr4" "-lxmlsec" "-lhelper" "-ldialogs" "-lxsec_xmlsec"
+APP1STDLIBS+= "-lxsec_xmlsec"
.ENDIF