diff options
author | Malte Timmermann <mt@openoffice.org> | 2004-07-26 06:30:29 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2004-07-26 06:30:29 +0000 |
commit | 0dfa4db97352b95ad9b9e88b1585f7cd35f98c4a (patch) | |
tree | 87c966a4cf84b9d0279d74d821d3103d3593cec1 /xmlsecurity/source/dialogs/certificateviewer.cxx | |
parent | 9a18e57dd6cf67324d617f987690a197214449e3 (diff) |
#i21596# Digital Signatures...
Diffstat (limited to 'xmlsecurity/source/dialogs/certificateviewer.cxx')
-rw-r--r-- | xmlsecurity/source/dialogs/certificateviewer.cxx | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/xmlsecurity/source/dialogs/certificateviewer.cxx b/xmlsecurity/source/dialogs/certificateviewer.cxx index c32ce62be..2da0fe659 100644 --- a/xmlsecurity/source/dialogs/certificateviewer.cxx +++ b/xmlsecurity/source/dialogs/certificateviewer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: certificateviewer.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: mt $ $Date: 2004-07-23 09:58:21 $ + * last change: $Author: mt $ $Date: 2004-07-26 07:29:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,15 +61,12 @@ #include <xmlsecurity/certificateviewer.hxx> -// Only for bigIntegerToNumericString -#include <xmlsecurity/xmlsignaturehelper.hxx> - - #ifndef _COM_SUN_STAR_SECURITY_XCERTIFICATE_HPP_ #include <com/sun/star/security/XCertificate.hpp> #endif #include <com/sun/star/security/CertificateCharacters.hpp> +#include <com/sun/star/xml/crypto/XSecurityEnvironment.hpp> #include <unotools/localedatawrapper.hxx> |