Kaydet (Commit) d1a00bb6 authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fdo#65108 inter-module includes <> include/unotest

Change-Id: I68cff1dbf395b114ed577783e2fd6d1bc5451261
üst 945fb8c2
...@@ -16,11 +16,11 @@ ...@@ -16,11 +16,11 @@
#include <com/sun/star/lang/XMultiServiceFactory.hpp> #include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include <com/sun/star/lang/XMultiComponentFactory.hpp> #include <com/sun/star/lang/XMultiComponentFactory.hpp>
#include "cppunit/TestAssert.h" #include <cppunit/TestAssert.h>
#include "cppunit/TestFixture.h" #include <cppunit/TestFixture.h>
#include "cppunit/extensions/HelperMacros.h" #include <cppunit/extensions/HelperMacros.h>
#include "cppunit/plugin/TestPlugIn.h" #include <cppunit/plugin/TestPlugIn.h>
#include "unotest/detail/unotestdllapi.hxx" #include <unotest/detail/unotestdllapi.hxx>
namespace test { namespace test {
......
...@@ -20,8 +20,8 @@ ...@@ -20,8 +20,8 @@
#ifndef INCLUDED_UNOTEST_DETAIL_UNOTESTDLLAPI_HXX #ifndef INCLUDED_UNOTEST_DETAIL_UNOTESTDLLAPI_HXX
#define INCLUDED_UNOTEST_DETAIL_UNOTESTDLLAPI_HXX #define INCLUDED_UNOTEST_DETAIL_UNOTESTDLLAPI_HXX
#include "sal/config.h" #include <sal/config.h>
#include "sal/types.h" #include <sal/types.h>
#if defined OOO_DLLIMPLEMENTATION_UNOTEST #if defined OOO_DLLIMPLEMENTATION_UNOTEST
#define OOO_DLLPUBLIC_UNOTEST SAL_DLLPUBLIC_EXPORT #define OOO_DLLPUBLIC_UNOTEST SAL_DLLPUBLIC_EXPORT
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include <comphelper/documentconstants.hxx> #include <comphelper/documentconstants.hxx>
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include "unotest/detail/unotestdllapi.hxx" #include <unotest/detail/unotestdllapi.hxx>
namespace test { namespace test {
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#ifndef INCLUDED_UNOTEST_GETTESTARGUMENT_HXX #ifndef INCLUDED_UNOTEST_GETTESTARGUMENT_HXX
#define INCLUDED_UNOTEST_GETTESTARGUMENT_HXX #define INCLUDED_UNOTEST_GETTESTARGUMENT_HXX
#include "sal/config.h" #include <sal/config.h>
#include "unotest/detail/unotestdllapi.hxx" #include <unotest/detail/unotestdllapi.hxx>
namespace test { namespace test {
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#define INCLUDED_UNOTEST_MACROS_TEST_HXX #define INCLUDED_UNOTEST_MACROS_TEST_HXX
#include <rtl/ustring.hxx> #include <rtl/ustring.hxx>
#include "unotest/detail/unotestdllapi.hxx" #include <unotest/detail/unotestdllapi.hxx>
#include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/lang/XComponent.hpp>
#include <com/sun/star/frame/XDesktop2.hpp> #include <com/sun/star/frame/XDesktop2.hpp>
......
...@@ -20,12 +20,12 @@ ...@@ -20,12 +20,12 @@
#ifndef INCLUDED_UNOTEST_OFFICECONNECTION_HXX #ifndef INCLUDED_UNOTEST_OFFICECONNECTION_HXX
#define INCLUDED_UNOTEST_OFFICECONNECTION_HXX #define INCLUDED_UNOTEST_OFFICECONNECTION_HXX
#include "sal/config.h" #include <sal/config.h>
#include "boost/noncopyable.hpp" #include <boost/noncopyable.hpp>
#include "com/sun/star/uno/Reference.hxx" #include <com/sun/star/uno/Reference.hxx>
#include "osl/process.h" #include <osl/process.h>
#include "unotest/detail/unotestdllapi.hxx" #include <unotest/detail/unotestdllapi.hxx>
namespace com { namespace sun { namespace star { namespace uno { namespace com { namespace sun { namespace star { namespace uno {
class XComponentContext; class XComponentContext;
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#ifndef INCLUDED_UNOTEST_TOABSOLUTEFILEURL_HXX #ifndef INCLUDED_UNOTEST_TOABSOLUTEFILEURL_HXX
#define INCLUDED_UNOTEST_TOABSOLUTEFILEURL_HXX #define INCLUDED_UNOTEST_TOABSOLUTEFILEURL_HXX
#include "sal/config.h" #include <sal/config.h>
#include "unotest/detail/unotestdllapi.hxx" #include <unotest/detail/unotestdllapi.hxx>
namespace test { namespace test {
......
...@@ -20,9 +20,9 @@ ...@@ -20,9 +20,9 @@
#ifndef INCLUDED_UNOTEST_UNIQUEPIPENAME_HXX #ifndef INCLUDED_UNOTEST_UNIQUEPIPENAME_HXX
#define INCLUDED_UNOTEST_UNIQUEPIPENAME_HXX #define INCLUDED_UNOTEST_UNIQUEPIPENAME_HXX
#include "sal/config.h" #include <sal/config.h>
#include "unotest/detail/unotestdllapi.hxx" #include <unotest/detail/unotestdllapi.hxx>
namespace test { namespace test {
......
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