Kaydet (Commit) 8d85a248 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS jl51 (1.5.118); FILE MERGED

2007/02/06 16:38:12 jl 1.5.118.1: #i69228 warning free code
üst 14411034
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: x509certificate_mscryptimpl.hxx,v $ * $RCSfile: x509certificate_mscryptimpl.hxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 17:31:16 $ * last change: $Author: ihi $ $Date: 2007-04-17 10:25:28 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -36,6 +36,11 @@ ...@@ -36,6 +36,11 @@
#ifndef _X509CERTIFICATE_MSCRYPTIMPL_HXX_ #ifndef _X509CERTIFICATE_MSCRYPTIMPL_HXX_
#define _X509CERTIFICATE_MSCRYPTIMPL_HXX_ #define _X509CERTIFICATE_MSCRYPTIMPL_HXX_
#pragma warning(push,1)
#include "Windows.h"
#include "WinCrypt.h"
#pragma warning(pop)
#ifndef _SAL_CONFIG_H_ #ifndef _SAL_CONFIG_H_
#include <sal/config.h> #include <sal/config.h>
#endif #endif
...@@ -68,9 +73,6 @@ ...@@ -68,9 +73,6 @@
#include <com/sun/star/security/XCertificate.hpp> #include <com/sun/star/security/XCertificate.hpp>
#endif #endif
#include "Windows.h"
#include "WinCrypt.h"
class X509Certificate_MSCryptImpl : public ::cppu::WeakImplHelper2< class X509Certificate_MSCryptImpl : public ::cppu::WeakImplHelper2<
::com::sun::star::security::XCertificate , ::com::sun::star::security::XCertificate ,
::com::sun::star::lang::XUnoTunnel > ::com::sun::star::lang::XUnoTunnel >
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment