diff options
author | Malte Timmermann <mt@openoffice.org> | 2004-07-23 08:58:23 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2004-07-23 08:58:23 +0000 |
commit | 42a7aa467a2f8c9fd39f9e6e183a5f0f00742629 (patch) | |
tree | 4108cb8c15db6e4d8da255ceb6a3c92289b84feb /xmlsecurity/source/dialogs/certificateviewer.cxx | |
parent | 8e7c2a9b3e68e421ea5c728e6f9782424a570ab7 (diff) |
#i21596# Digital Signatures...
Diffstat (limited to 'xmlsecurity/source/dialogs/certificateviewer.cxx')
-rw-r--r-- | xmlsecurity/source/dialogs/certificateviewer.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmlsecurity/source/dialogs/certificateviewer.cxx b/xmlsecurity/source/dialogs/certificateviewer.cxx index 63adcabc3457..f27f648e69e6 100644 --- a/xmlsecurity/source/dialogs/certificateviewer.cxx +++ b/xmlsecurity/source/dialogs/certificateviewer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: certificateviewer.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: mt $ $Date: 2004-07-22 15:37:38 $ + * last change: $Author: mt $ $Date: 2004-07-23 09:58:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -140,8 +140,8 @@ namespace CertificateViewer::CertificateViewer( Window* _pParent, - cssu::Reference< dcss::xml::crypto::XSecurityEnvironment >& _rxSecurityEnvironment, - cssu::Reference< dcss::security::XCertificate >& _rXCert ) + const cssu::Reference< dcss::xml::crypto::XSecurityEnvironment >& _rxSecurityEnvironment, + const cssu::Reference< dcss::security::XCertificate >& _rXCert ) :TabDialog ( _pParent, XMLSEC_RES( RID_XMLSECDLG_CERTVIEWER ) ) ,maTabCtrl ( this, ResId( 1 ) ) ,maOkBtn ( this, ResId( BTN_OK ) ) |