Kaydet (Commit) 3cfacaee authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: embedserv (Windows)

Change-Id: I98bd95a46e645cf61f81d66faa1f700675e538bd
üst ffa11622
......@@ -20,12 +20,12 @@
#pragma warning(disable : 4917 4555)
#endif
#include "docholder.hxx"
#include "embeddoc.hxx"
#include "intercept.hxx"
#include "syswinwrapper.hxx"
#include "iipaobj.hxx"
#include "common.h"
#include <docholder.hxx>
#include <embeddoc.hxx>
#include <intercept.hxx>
#include <syswinwrapper.hxx>
#include <iipaobj.hxx>
#include <common.h>
#if !defined WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
......
......@@ -20,7 +20,7 @@
#pragma warning(disable : 4917 4555)
#endif
#include "embeddoc.hxx"
#include <embeddoc.hxx>
#include <com/sun/star/uno/Any.h>
#include <com/sun/star/uno/Exception.hpp>
......
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "embeddoc.hxx"
#include <embeddoc.hxx>
#include <osl/diagnose.h>
......
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "embeddoc.hxx"
#include <embeddoc.hxx>
#include <osl/diagnose.h>
#include <o3tl/char16_t2wchar_t.hxx>
#include <com/sun/star/beans/PropertyValue.hpp>
......
......@@ -20,7 +20,7 @@
#pragma warning(disable : 4917 4555)
#endif
#include "embeddoc.hxx"
#include <embeddoc.hxx>
#include <com/sun/star/uno/Exception.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XComponent.hpp>
......@@ -42,7 +42,7 @@
#include <osl/diagnose.h>
#include <sal/types.h>
#include <guid.hxx>
#include "guid.hxx"
#include <string.h>
......
......@@ -22,7 +22,7 @@
#pragma warning(disable : 4917 4555)
#endif
#include "stdafx.h"
#include <stdafx.h>
#include <atlbase.h>
#ifdef _MSC_VER
......@@ -48,8 +48,8 @@ END_OBJECT_MAP()
// DLL Entry Point
#include "syswinwrapper.hxx"
#include "docholder.hxx"
#include <syswinwrapper.hxx>
#include <docholder.hxx>
HINSTANCE DocumentHolder::m_hInstance;
......
......@@ -20,11 +20,11 @@
#pragma warning(disable : 4917 4555)
#endif
#include "common.h"
#include <common.h>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/container/XNameAccess.hpp>
#include <guid.hxx>
#include "guid.hxx"
wchar_t const * getStorageTypeFromGUID_Impl( GUID const * guid )
{
......
......@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "iipaobj.hxx"
#include "embeddoc.hxx"
#include <iipaobj.hxx>
#include <embeddoc.hxx>
CIIAObj::CIIAObj(DocumentHolder* pDocHolder)
......
......@@ -20,7 +20,7 @@
#pragma warning(disable : 4917 4555)
#endif
#include "servprov.hxx"
#include <servprov.hxx>
#include <com/sun/star/lang/XSingleServiceFactory.hpp>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/registry/XRegistryKey.hpp>
......
......@@ -20,9 +20,9 @@
#pragma warning(disable : 4917 4555)
#endif
#include "stdafx.h"
#include "servprov.hxx"
#include "embeddoc.hxx"
#include <stdafx.h>
#include <servprov.hxx>
#include <embeddoc.hxx>
#include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <cppuhelper/supportsservice.hxx>
#include <osl/diagnose.h>
......
......@@ -20,8 +20,8 @@
#pragma warning(disable : 4917 4555)
#endif
#include "docholder.hxx"
#include "syswinwrapper.hxx"
#include <docholder.hxx>
#include <syswinwrapper.hxx>
/*
* CWindow::CWindow
......
......@@ -27,9 +27,9 @@
#pragma warning(disable : 4917 4555)
#endif
#include "stdafx.h"
#include <stdafx.h>
#include <stddef.h>
#include "syswinwrapper.hxx"
#include <syswinwrapper.hxx>
static HCURSOR afxCursors[10] = { nullptr, };
......
......@@ -25,7 +25,7 @@
#pragma warning(disable : 4668)
#endif
#include <advisesink.hxx>
#include "advisesink.hxx"
namespace inprocserv
{
......
......@@ -17,10 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/types.h"
#include <sal/types.h>
#include <stdio.h>
#include <inprocembobj.h>
#include "inprocembobj.h"
#include <embservconst.h>
static const GUID* guidList[ SUPPORTED_FACTORIES_NUM ] = {
......
......@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include "sal/types.h"
#include <sal/types.h>
#include <embservconst.h>
#include "inprocembobj.h"
......
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