loplugin:includeform: xmlsecurity (Windows)

Change-Id: Ib996672d7acd7d0dbf446eb8a4f8812680795e35
This commit is contained in:
Stephan Bergmann
2017-10-27 19:24:30 +02:00
parent ae531b69b3
commit 2cfe488022
10 changed files with 20 additions and 20 deletions

View File

@@ -24,7 +24,7 @@
#ifdef _WIN32 #ifdef _WIN32
#include <prewin.h> #include <prewin.h>
#include <postwin.h> #include <postwin.h>
#include "comphelper/windowserrorstring.hxx" #include <comphelper/windowserrorstring.hxx>
#endif #endif
extern "C" extern "C"

View File

@@ -16,7 +16,7 @@
* except in compliance with the License. You may obtain a copy of * except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <akmngr.hxx> #include "akmngr.hxx"
#include <xmlsec/xmlsec.h> #include <xmlsec/xmlsec.h>
#include <xmlsec/keys.h> #include <xmlsec/keys.h>

View File

@@ -26,8 +26,8 @@
#if !defined WIN32_LEAN_AND_MEAN #if !defined WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN
#endif #endif
#include "Windows.h" #include <Windows.h>
#include "WinCrypt.h" #include <WinCrypt.h>
#ifdef _MSC_VER #ifdef _MSC_VER
#pragma warning(pop) #pragma warning(pop)
#endif #endif

View File

@@ -28,8 +28,8 @@
#if !defined WIN32_LEAN_AND_MEAN #if !defined WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN
#endif #endif
#include "Windows.h" #include <Windows.h>
#include "WinCrypt.h" #include <WinCrypt.h>
#ifdef _MSC_VER #ifdef _MSC_VER
#pragma warning(pop) #pragma warning(pop)
#endif #endif
@@ -40,7 +40,7 @@
#include "x509certificate_mscryptimpl.hxx" #include "x509certificate_mscryptimpl.hxx"
#include <comphelper/servicehelper.hxx> #include <comphelper/servicehelper.hxx>
#include "xmlsec-wrapper.h" #include <xmlsec-wrapper.h>
#include "akmngr.hxx" #include "akmngr.hxx"
#include <biginteger.hxx> #include <biginteger.hxx>

View File

@@ -48,7 +48,7 @@
#include <com/sun/star/lang/XUnoTunnel.hpp> #include <com/sun/star/lang/XUnoTunnel.hpp>
#include <list> #include <list>
#include "xmlsec-wrapper.h" #include <xmlsec-wrapper.h>
#include <sal/types.h> #include <sal/types.h>

View File

@@ -22,8 +22,8 @@
#include "securityenvironment_mscryptimpl.hxx" #include "securityenvironment_mscryptimpl.hxx"
#include "xmlsec-wrapper.h" #include <xmlsec-wrapper.h>
#include "xmlsec/mscrypto/app.h" #include <xmlsec/mscrypto/app.h>
#include <com/sun/star/xml/crypto/SecurityEnvironment.hpp> #include <com/sun/star/xml/crypto/SecurityEnvironment.hpp>
#include <com/sun/star/xml/crypto/XMLSecurityContext.hpp> #include <com/sun/star/xml/crypto/XMLSecurityContext.hpp>
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>

View File

@@ -23,7 +23,7 @@
#include <comphelper/servicehelper.hxx> #include <comphelper/servicehelper.hxx>
#include <comphelper/windowserrorstring.hxx> #include <comphelper/windowserrorstring.hxx>
#include "x509certificate_mscryptimpl.hxx" #include "x509certificate_mscryptimpl.hxx"
#include "certificateextension_xmlsecimpl.hxx" #include <certificateextension_xmlsecimpl.hxx>
#include "sanextension_mscryptimpl.hxx" #include "sanextension_mscryptimpl.hxx"
#include "oid.hxx" #include "oid.hxx"

View File

@@ -26,8 +26,8 @@
#if !defined WIN32_LEAN_AND_MEAN #if !defined WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN # define WIN32_LEAN_AND_MEAN
#endif #endif
#include "Windows.h" #include <Windows.h>
#include "WinCrypt.h" #include <WinCrypt.h>
#ifdef _MSC_VER #ifdef _MSC_VER
#pragma warning(pop) #pragma warning(pop)
#endif #endif

View File

@@ -21,10 +21,10 @@
#include "securityenvironment_mscryptimpl.hxx" #include "securityenvironment_mscryptimpl.hxx"
#include "xmlsecuritycontext_mscryptimpl.hxx" #include "xmlsecuritycontext_mscryptimpl.hxx"
#include "xmlsec/xmlstreamio.hxx" #include <xmlsec/xmlstreamio.hxx>
#include "akmngr.hxx" #include "akmngr.hxx"
#include "xmlsec-wrapper.h" #include <xmlsec-wrapper.h>
using namespace ::com::sun::star::uno ; using namespace ::com::sun::star::uno ;
using namespace ::com::sun::star::lang ; using namespace ::com::sun::star::lang ;

View File

@@ -25,12 +25,12 @@
#include "xmlsignature_mscryptimpl.hxx" #include "xmlsignature_mscryptimpl.hxx"
#include "securityenvironment_mscryptimpl.hxx" #include "securityenvironment_mscryptimpl.hxx"
#include "xmlsec/xmldocumentwrapper_xmlsecimpl.hxx" #include <xmlsec/xmldocumentwrapper_xmlsecimpl.hxx>
#include "xmlsec/xmlelementwrapper_xmlsecimpl.hxx" #include <xmlsec/xmlelementwrapper_xmlsecimpl.hxx>
#include "xmlsec/xmlstreamio.hxx" #include <xmlsec/xmlstreamio.hxx>
#include "xmlsec/errorcallback.hxx" #include <xmlsec/errorcallback.hxx>
#include "xmlsec-wrapper.h" #include <xmlsec-wrapper.h>
using namespace ::com::sun::star::uno ; using namespace ::com::sun::star::uno ;
using namespace ::com::sun::star::lang ; using namespace ::com::sun::star::lang ;