summaryrefslogtreecommitdiff
path: root/include/cppu
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-10-23 22:22:50 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-10-23 22:22:50 +0200
commit189abcf0db61c41a565bd355294bf6e712fc3e5a (patch)
tree97886355fdcdd9cca038611d67e0d889d3f77dd7 /include/cppu
parent340c5c20c264277b3ac1cb9cfcdbb0499ae471d7 (diff)
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
Diffstat (limited to 'include/cppu')
-rw-r--r--include/cppu/Enterable.hxx4
-rw-r--r--include/cppu/EnvDcp.hxx4
-rw-r--r--include/cppu/EnvGuards.hxx2
-rw-r--r--include/cppu/Map.hxx2
-rw-r--r--include/cppu/cppudllapi.h2
-rw-r--r--include/cppu/helper/purpenv/Environment.hxx4
-rw-r--r--include/cppu/helper/purpenv/Mapping.hxx10
-rw-r--r--include/cppu/macros.hxx2
-rw-r--r--include/cppu/unotype.hxx8
9 files changed, 19 insertions, 19 deletions
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 <uno/Enterable.h>
-#include <rtl/ustring.hxx>
+#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 <rtl/ustring.hxx>
-#include <uno/EnvDcp.h>
+#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 <uno/environment.hxx>
+#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 <uno/mapping.hxx>
+#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 <sal/types.h>
+#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 <cppu/cppudllapi.h>
-#include <uno/environment.h>
+#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 <cppu/cppudllapi.h>
-#include <typelib/typedescription.h>
-#include <uno/any2.h>
-#include <uno/environment.h>
-#include <uno/mapping.h>
+#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 <sal/types.h>
+#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 <sal/config.h>
+#include "sal/config.h"
#include <cstddef>
@@ -28,9 +28,9 @@
#include <type_traits>
#endif
-#include <sal/types.h>
-#include <typelib/typeclass.h>
-#include <typelib/typedescription.h>
+#include "sal/types.h"
+#include "typelib/typeclass.h"
+#include "typelib/typedescription.h"
namespace com { namespace sun { namespace star { namespace uno {
class Type;