From ce749e09bedaa501990200ff826774d2112ffe44 Mon Sep 17 00:00:00 2001 From: Malte Timmermann Date: Mon, 26 Jul 2004 05:08:23 +0000 Subject: #i21596# Digital Signatures... --- xmlsecurity/inc/xmlsecurity/macrosecurity.hxx | 6 +++--- xmlsecurity/source/dialogs/macrosecurity.cxx | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx b/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx index 61a19fbbf206..e6ed0ec363ac 100644 --- a/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx +++ b/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx @@ -2,9 +2,9 @@ * * $RCSfile: macrosecurity.hxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: mt $ $Date: 2004-07-23 09:58:20 $ + * last change: $Author: mt $ $Date: 2004-07-26 06:08:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -122,7 +122,7 @@ private: DECL_LINK( OkBtnHdl, void* ); public: - MacroSecurity( Window* pParent, cssu::Reference< dcss::xml::crypto::XSecurityEnvironment >& rxSecurityEnvironment ); + MacroSecurity( Window* pParent, const cssu::Reference< dcss::xml::crypto::XSecurityEnvironment >& rxSecurityEnvironment ); virtual ~MacroSecurity(); inline void EnableReset( bool _bEnable = true ); diff --git a/xmlsecurity/source/dialogs/macrosecurity.cxx b/xmlsecurity/source/dialogs/macrosecurity.cxx index 5a33a348a478..ef1c3e517b5a 100644 --- a/xmlsecurity/source/dialogs/macrosecurity.cxx +++ b/xmlsecurity/source/dialogs/macrosecurity.cxx @@ -2,9 +2,9 @@ * * $RCSfile: macrosecurity.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: mt $ $Date: 2004-07-23 09:58:22 $ + * last change: $Author: mt $ $Date: 2004-07-26 06:08:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -124,7 +124,7 @@ IMPL_LINK( MacroSecurity, OkBtnHdl, void*, EMTYARG ) return 0; } -MacroSecurity::MacroSecurity( Window* _pParent, cssu::Reference< dcss::xml::crypto::XSecurityEnvironment >& _rxSecurityEnvironment ) +MacroSecurity::MacroSecurity( Window* _pParent, const cssu::Reference< dcss::xml::crypto::XSecurityEnvironment >& _rxSecurityEnvironment ) :TabDialog ( _pParent, XMLSEC_RES( RID_XMLSECTP_MACROSEC ) ) ,maTabCtrl ( this, ResId( 1 ) ) ,maOkBtn ( this, ResId( BTN_OK ) ) -- cgit v1.2.3