Kaydet (Commit) 2cfe4880 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: xmlsecurity (Windows)

Change-Id: Ib996672d7acd7d0dbf446eb8a4f8812680795e35
üst ae531b69
...@@ -24,7 +24,7 @@ ...@@ -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"
......
...@@ -16,7 +16,7 @@ ...@@ -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>
......
...@@ -26,8 +26,8 @@ ...@@ -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
......
...@@ -28,8 +28,8 @@ ...@@ -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 @@ ...@@ -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>
......
...@@ -48,7 +48,7 @@ ...@@ -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>
......
...@@ -22,8 +22,8 @@ ...@@ -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>
......
...@@ -23,7 +23,7 @@ ...@@ -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"
......
...@@ -26,8 +26,8 @@ ...@@ -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
......
...@@ -21,10 +21,10 @@ ...@@ -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 ;
......
...@@ -25,12 +25,12 @@ ...@@ -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 ;
......
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