diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 12:27:59 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-03-29 12:27:59 +0000 |
commit | 1ebb606fccf2ef473613a18a5034c8018f611e05 (patch) | |
tree | 303fc078091552a1ac0b70271dd6ff78ce316104 /xmlsecurity | |
parent | 8863e74cd0de2c0ef867abee87693c64a236f695 (diff) |
INTEGRATION: CWS xmlsec10 (1.7.4); FILE MERGED
2005/03/23 09:52:55 mmi 1.7.4.1: idl review
Issue number:
Submitted by:
Reviewed by:
Diffstat (limited to 'xmlsecurity')
-rw-r--r-- | xmlsecurity/tools/demo/signdemo.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmlsecurity/tools/demo/signdemo.cxx b/xmlsecurity/tools/demo/signdemo.cxx index 27ea55449521..95a3cf451cf8 100644 --- a/xmlsecurity/tools/demo/signdemo.cxx +++ b/xmlsecurity/tools/demo/signdemo.cxx @@ -2,9 +2,9 @@ * * $RCSfile: signdemo.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: vg $ $Date: 2005-03-10 18:15:16 $ + * last change: $Author: rt $ $Date: 2005-03-29 13:27:59 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -161,7 +161,7 @@ int SAL_CALL main( int argc, char **argv ) { fprintf( stdout, "[%d]\n%s\n", i+1, - rtl::OUStringToOString( xSecurityEnvironment[i]->getSecurityEnvironmentInfo() , RTL_TEXTENCODING_ASCII_US ).getStr()); + rtl::OUStringToOString( xSecurityEnvironment[i]->getSecurityEnvironmentInformation() , RTL_TEXTENCODING_ASCII_US ).getStr()); } fprintf( stdout, "================================================================================\n" ) ; |