loplugin:includeform: embeddedobj (Windows)

Change-Id: I76ed24e2bed461fd25562cce3190a2da8aa7a95d
This commit is contained in:
Stephan Bergmann
2017-10-27 19:27:08 +02:00
parent 3cfacaee06
commit 9f162a8220
10 changed files with 12 additions and 12 deletions

View File

@@ -18,8 +18,8 @@
*/ */
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include <advisesink.hxx> #include "advisesink.hxx"
#include <olecomponent.hxx> #include "olecomponent.hxx"
#include <rtl/ref.hxx> #include <rtl/ref.hxx>

View File

@@ -22,7 +22,7 @@
#include <osl/interlck.h> #include <osl/interlck.h>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <platform.h> #include "platform.h"
class OleComponent; class OleComponent;
class OleWrapperAdviseSink : public IAdviseSink class OleWrapperAdviseSink : public IAdviseSink

View File

@@ -33,9 +33,9 @@
#include <tools/stream.hxx> #include <tools/stream.hxx>
#include <vcl/graphicfilter.hxx> #include <vcl/graphicfilter.hxx>
#include <graphconvert.hxx> #include "graphconvert.hxx"
#include "mtnotification.hxx" #include "mtnotification.hxx"
#include "oleembobj.hxx" #include <oleembobj.hxx>
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@@ -54,7 +54,7 @@
#include "ownview.hxx" #include "ownview.hxx"
#if defined(_WIN32) #if defined(_WIN32)
#include <olecomponent.hxx> #include "olecomponent.hxx"
#endif #endif
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@@ -36,7 +36,7 @@
#include "ownview.hxx" #include "ownview.hxx"
#if defined(_WIN32) #if defined(_WIN32)
#include <olecomponent.hxx> #include "olecomponent.hxx"
#endif #endif
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@@ -50,7 +50,7 @@
#include <closepreventer.hxx> #include <closepreventer.hxx>
#if defined(_WIN32) #if defined(_WIN32)
#include <olecomponent.hxx> #include "olecomponent.hxx"
#endif #endif
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@@ -32,7 +32,7 @@
#include <filter/msfilter/classids.hxx> #include <filter/msfilter/classids.hxx>
#if defined(_WIN32) #if defined(_WIN32)
#include <olecomponent.hxx> #include "olecomponent.hxx"
#endif #endif
using namespace ::com::sun::star; using namespace ::com::sun::star;

View File

@@ -22,7 +22,7 @@
#include <osl/interlck.h> #include <osl/interlck.h>
#include <osl/mutex.hxx> #include <osl/mutex.hxx>
#include <platform.h> #include "platform.h"
class OleComponent; class OleComponent;
class OleWrapperClientSite : public IOleClientSite class OleWrapperClientSite : public IOleClientSite

View File

@@ -31,7 +31,7 @@
#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 <ole2.h> #include <ole2.h>
#if defined _MSC_VER #if defined _MSC_VER

View File

@@ -36,7 +36,7 @@
#include <comphelper/processfactory.hxx> #include <comphelper/processfactory.hxx>
#include <cppuhelper/supportsservice.hxx> #include <cppuhelper/supportsservice.hxx>
#include <xdialogcreator.hxx> #include "xdialogcreator.hxx"
#include <oleembobj.hxx> #include <oleembobj.hxx>