Kaydet (Commit) 9f162a82 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: embeddedobj (Windows)

Change-Id: I76ed24e2bed461fd25562cce3190a2da8aa7a95d
üst 3cfacaee
...@@ -18,8 +18,8 @@ ...@@ -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>
......
...@@ -22,7 +22,7 @@ ...@@ -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
......
...@@ -33,9 +33,9 @@ ...@@ -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;
......
...@@ -54,7 +54,7 @@ ...@@ -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;
......
...@@ -36,7 +36,7 @@ ...@@ -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;
......
...@@ -50,7 +50,7 @@ ...@@ -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;
......
...@@ -32,7 +32,7 @@ ...@@ -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;
......
...@@ -22,7 +22,7 @@ ...@@ -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
......
...@@ -31,7 +31,7 @@ ...@@ -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
......
...@@ -36,7 +36,7 @@ ...@@ -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>
......
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