summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mi <mmi@openoffice.org>2004-07-16 05:51:06 +0000
committerMichael Mi <mmi@openoffice.org>2004-07-16 05:51:06 +0000
commit90152329959e8509933020ed598a5e56ceb09b10 (patch)
tree680d46961f829fd75362939ea02d3cb0683e9a14
parent4f06c1f442323ad213cbfac51936fb8b9e4d9ad8 (diff)
update
Issue number: Submitted by: Reviewed by:
-rw-r--r--xmlsecurity/source/helper/xmlsignaturehelper.cxx7
1 files changed, 2 insertions, 5 deletions
diff --git a/xmlsecurity/source/helper/xmlsignaturehelper.cxx b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
index 2d46a116acc9..1af50ab8d4c8 100644
--- a/xmlsecurity/source/helper/xmlsignaturehelper.cxx
+++ b/xmlsecurity/source/helper/xmlsignaturehelper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlsignaturehelper.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mmi $ $Date: 2004-07-16 06:45:00 $
+ * last change: $Author: mmi $ $Date: 2004-07-16 06:51:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,7 +78,6 @@
//MM : search for the default profile
#include <unotools/streamhelper.hxx>
-#include <stdio.h>
//MM : end
/* SEInitializer component */
@@ -157,8 +156,6 @@ bool XMLSignatureHelper::Init( const rtl::OUString& rTokenPath )
//mxSecurityContext = mxSEInitializer->createSecurityContext( rTokenPath );
//MM : end
- fprintf(stdout, "hello!");
-
return mxSecurityContext.is();
}