From 189abcf0db61c41a565bd355294bf6e712fc3e5a Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Mon, 23 Oct 2017 22:22:50 +0200 Subject: loplugin:includeform: UNO API include files Change these back to consistently use the "..." form to include other UNO API include files, for the benefit of external users of this API. Change-Id: I9c9188e895eb3495e20a71ad44abfa2f6061fa94 --- include/cppu/Enterable.hxx | 4 ++-- include/cppu/EnvDcp.hxx | 4 ++-- include/cppu/EnvGuards.hxx | 2 +- include/cppu/Map.hxx | 2 +- include/cppu/cppudllapi.h | 2 +- include/cppu/helper/purpenv/Environment.hxx | 4 ++-- include/cppu/helper/purpenv/Mapping.hxx | 10 +++++----- include/cppu/macros.hxx | 2 +- include/cppu/unotype.hxx | 8 ++++---- 9 files changed, 19 insertions(+), 19 deletions(-) (limited to 'include/cppu') diff --git a/include/cppu/Enterable.hxx b/include/cppu/Enterable.hxx index 9e6970d8e4e0..927db6d0fb08 100644 --- a/include/cppu/Enterable.hxx +++ b/include/cppu/Enterable.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_CPPU_ENTERABLE_HXX #define INCLUDED_CPPU_ENTERABLE_HXX -#include -#include +#include "uno/Enterable.h" +#include "rtl/ustring.hxx" namespace cppu { diff --git a/include/cppu/EnvDcp.hxx b/include/cppu/EnvDcp.hxx index 0fff995d1c3a..7f879573b42c 100644 --- a/include/cppu/EnvDcp.hxx +++ b/include/cppu/EnvDcp.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_CPPU_ENVDCP_HXX #define INCLUDED_CPPU_ENVDCP_HXX -#include -#include +#include "rtl/ustring.hxx" +#include "uno/EnvDcp.h" namespace cppu diff --git a/include/cppu/EnvGuards.hxx b/include/cppu/EnvGuards.hxx index c95d8dfb4f5c..49cf195b11d0 100644 --- a/include/cppu/EnvGuards.hxx +++ b/include/cppu/EnvGuards.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CPPU_ENVGUARDS_HXX #define INCLUDED_CPPU_ENVGUARDS_HXX -#include +#include "uno/environment.hxx" namespace cppu diff --git a/include/cppu/Map.hxx b/include/cppu/Map.hxx index f38aabb60278..94a3b3a5aaba 100644 --- a/include/cppu/Map.hxx +++ b/include/cppu/Map.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CPPU_MAP_HXX #define INCLUDED_CPPU_MAP_HXX -#include +#include "uno/mapping.hxx" namespace cppu diff --git a/include/cppu/cppudllapi.h b/include/cppu/cppudllapi.h index 9ceab4344e57..c2bcc559bbea 100644 --- a/include/cppu/cppudllapi.h +++ b/include/cppu/cppudllapi.h @@ -2,7 +2,7 @@ #ifndef INCLUDED_CPPU_CPPUDLLAPI_H #define INCLUDED_CPPU_CPPUDLLAPI_H -#include +#include "sal/types.h" #if defined(CPPU_DLLIMPLEMENTATION) #define CPPU_DLLPUBLIC SAL_DLLPUBLIC_EXPORT diff --git a/include/cppu/helper/purpenv/Environment.hxx b/include/cppu/helper/purpenv/Environment.hxx index 35614b1a84e6..de14710fb1de 100644 --- a/include/cppu/helper/purpenv/Environment.hxx +++ b/include/cppu/helper/purpenv/Environment.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_CPPU_HELPER_PURPENV_ENVIRONMENT_HXX #define INCLUDED_CPPU_HELPER_PURPENV_ENVIRONMENT_HXX -#include -#include +#include "cppu/cppudllapi.h" +#include "uno/environment.h" namespace cppu { class Enterable; } diff --git a/include/cppu/helper/purpenv/Mapping.hxx b/include/cppu/helper/purpenv/Mapping.hxx index 01c998c07c07..7ac49a1d10c9 100644 --- a/include/cppu/helper/purpenv/Mapping.hxx +++ b/include/cppu/helper/purpenv/Mapping.hxx @@ -20,11 +20,11 @@ #ifndef INCLUDED_CPPU_HELPER_PURPENV_MAPPING_HXX #define INCLUDED_CPPU_HELPER_PURPENV_MAPPING_HXX -#include -#include -#include -#include -#include +#include "cppu/cppudllapi.h" +#include "typelib/typedescription.h" +#include "uno/any2.h" +#include "uno/environment.h" +#include "uno/mapping.h" namespace cppu { namespace helper { namespace purpenv { diff --git a/include/cppu/macros.hxx b/include/cppu/macros.hxx index 916fc8b4f0db..493a21ac6501 100644 --- a/include/cppu/macros.hxx +++ b/include/cppu/macros.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_CPPU_MACROS_HXX #define INCLUDED_CPPU_MACROS_HXX -#include +#include "sal/types.h" /** Namespace name for compiler/ platform, e.g. gcc3, msci diff --git a/include/cppu/unotype.hxx b/include/cppu/unotype.hxx index 904621fc6756..f040159ce1e6 100644 --- a/include/cppu/unotype.hxx +++ b/include/cppu/unotype.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_CPPU_UNOTYPE_HXX #define INCLUDED_CPPU_UNOTYPE_HXX -#include +#include "sal/config.h" #include @@ -28,9 +28,9 @@ #include #endif -#include -#include -#include +#include "sal/types.h" +#include "typelib/typeclass.h" +#include "typelib/typedescription.h" namespace com { namespace sun { namespace star { namespace uno { class Type; -- cgit