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/inc | |
parent | 8e7c2a9b3e68e421ea5c728e6f9782424a570ab7 (diff) |
#i21596# Digital Signatures...
Diffstat (limited to 'xmlsecurity/inc')
-rw-r--r-- | xmlsecurity/inc/xmlsecurity/certificateviewer.hxx | 6 | ||||
-rw-r--r-- | xmlsecurity/inc/xmlsecurity/macrosecurity.hxx | 9 |
2 files changed, 6 insertions, 9 deletions
diff --git a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx index 2c1b5774b774..42edab819053 100644 --- a/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx +++ b/xmlsecurity/inc/xmlsecurity/certificateviewer.hxx @@ -2,9 +2,9 @@ * * $RCSfile: certificateviewer.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: mt $ $Date: 2004-07-21 13:57:52 $ + * last change: $Author: mt $ $Date: 2004-07-23 09:58:19 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -99,7 +99,7 @@ private: cssu::Reference< dcss::xml::crypto::XSecurityEnvironment > mxSecurityEnvironment; cssu::Reference< dcss::security::XCertificate > mxCert; public: - CertificateViewer( Window* pParent, cssu::Reference< dcss::xml::crypto::XSecurityEnvironment >& rxSecurityEnvironment, cssu::Reference< dcss::security::XCertificate >& rXCert ); + CertificateViewer( Window* pParent, const cssu::Reference< dcss::xml::crypto::XSecurityEnvironment >& rxSecurityEnvironment, const cssu::Reference< dcss::security::XCertificate >& rXCert ); virtual ~CertificateViewer(); }; diff --git a/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx b/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx index dee420e8d23d..61a19fbbf206 100644 --- a/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx +++ b/xmlsecurity/inc/xmlsecurity/macrosecurity.hxx @@ -2,9 +2,9 @@ * * $RCSfile: macrosecurity.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: gt $ $Date: 2004-07-22 13:41:57 $ + * last change: $Author: mt $ $Date: 2004-07-23 09:58:20 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,7 +114,6 @@ private: HelpButton maHelpBtn; PushButton maResetBtn; - XMLSignatureHelper maSignatureHelper; cssu::Reference< dcss::xml::crypto::XSecurityEnvironment > mxSecurityEnvironment; SignatureInformations maCurrentSignatureInformations; SvtSecurityOptions maSecOptions; @@ -123,9 +122,7 @@ private: DECL_LINK( OkBtnHdl, void* ); public: - MacroSecurity( Window* pParent, - cssu::Reference< css::lang::XMultiServiceFactory >& rxMSF, - cssu::Reference< dcss::xml::crypto::XSecurityEnvironment >& rxSecurityEnvironment ); + MacroSecurity( Window* pParent, cssu::Reference< dcss::xml::crypto::XSecurityEnvironment >& rxSecurityEnvironment ); virtual ~MacroSecurity(); inline void EnableReset( bool _bEnable = true ); |