summaryrefslogtreecommitdiff
path: root/include/uno
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/uno
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/uno')
-rw-r--r--include/uno/Enterable.h2
-rw-r--r--include/uno/EnvDcp.h4
-rw-r--r--include/uno/any2.h4
-rw-r--r--include/uno/current_context.h4
-rw-r--r--include/uno/current_context.hxx8
-rw-r--r--include/uno/data.h2
-rw-r--r--include/uno/dispatcher.h4
-rw-r--r--include/uno/dispatcher.hxx4
-rw-r--r--include/uno/environment.h4
-rw-r--r--include/uno/environment.hxx10
-rw-r--r--include/uno/lbnames.h4
-rw-r--r--include/uno/mapping.h4
-rw-r--r--include/uno/mapping.hxx20
-rw-r--r--include/uno/sequence2.h4
-rw-r--r--include/uno/threadpool.h4
15 files changed, 41 insertions, 41 deletions
diff --git a/include/uno/Enterable.h b/include/uno/Enterable.h
index 876cc79bfbd7..5a4b8d33a2d7 100644
--- a/include/uno/Enterable.h
+++ b/include/uno/Enterable.h
@@ -20,7 +20,7 @@
#ifndef INCLUDED_UNO_ENTERABLE_H
#define INCLUDED_UNO_ENTERABLE_H
-#include <uno/environment.h>
+#include "uno/environment.h"
#ifdef __cplusplus
diff --git a/include/uno/EnvDcp.h b/include/uno/EnvDcp.h
index 954f686a266c..4d6f5f4a4617 100644
--- a/include/uno/EnvDcp.h
+++ b/include/uno/EnvDcp.h
@@ -20,8 +20,8 @@
#ifndef INCLUDED_UNO_ENVDCP_H
#define INCLUDED_UNO_ENVDCP_H
-#include <cppu/cppudllapi.h>
-#include <rtl/ustring.h>
+#include "cppu/cppudllapi.h"
+#include "rtl/ustring.h"
#ifdef __cplusplus
extern "C"
diff --git a/include/uno/any2.h b/include/uno/any2.h
index 556476dd5d89..29e10485a93c 100644
--- a/include/uno/any2.h
+++ b/include/uno/any2.h
@@ -19,8 +19,8 @@
#ifndef INCLUDED_UNO_ANY2_H
#define INCLUDED_UNO_ANY2_H
-#include <cppu/cppudllapi.h>
-#include <uno/data.h>
+#include "cppu/cppudllapi.h"
+#include "uno/data.h"
#ifdef __cplusplus
extern "C"
diff --git a/include/uno/current_context.h b/include/uno/current_context.h
index 7dbb41452888..edc9fe4d4d41 100644
--- a/include/uno/current_context.h
+++ b/include/uno/current_context.h
@@ -19,8 +19,8 @@
#ifndef INCLUDED_UNO_CURRENT_CONTEXT_H
#define INCLUDED_UNO_CURRENT_CONTEXT_H
-#include <cppu/cppudllapi.h>
-#include <rtl/ustring.h>
+#include "cppu/cppudllapi.h"
+#include "rtl/ustring.h"
#ifdef __cplusplus
extern "C"
diff --git a/include/uno/current_context.hxx b/include/uno/current_context.hxx
index 8031f9bcbfee..02169b0f6746 100644
--- a/include/uno/current_context.hxx
+++ b/include/uno/current_context.hxx
@@ -19,14 +19,14 @@
#ifndef INCLUDED_UNO_CURRENT_CONTEXT_HXX
#define INCLUDED_UNO_CURRENT_CONTEXT_HXX
-#include <sal/config.h>
+#include "sal/config.h"
#include <cstddef>
-#include <uno/current_context.h>
-#include <uno/lbnames.h>
+#include "uno/current_context.h"
+#include "uno/lbnames.h"
-#include <com/sun/star/uno/XCurrentContext.hpp>
+#include "com/sun/star/uno/XCurrentContext.hpp"
namespace com
diff --git a/include/uno/data.h b/include/uno/data.h
index ea3ab5f3b277..fa44558989dc 100644
--- a/include/uno/data.h
+++ b/include/uno/data.h
@@ -19,7 +19,7 @@
#ifndef INCLUDED_UNO_DATA_H
#define INCLUDED_UNO_DATA_H
-#include <cppu/cppudllapi.h>
+#include "cppu/cppudllapi.h"
#ifdef __cplusplus
extern "C"
diff --git a/include/uno/dispatcher.h b/include/uno/dispatcher.h
index d4bde04d077e..44b319a04b6f 100644
--- a/include/uno/dispatcher.h
+++ b/include/uno/dispatcher.h
@@ -19,8 +19,8 @@
#ifndef INCLUDED_UNO_DISPATCHER_H
#define INCLUDED_UNO_DISPATCHER_H
-#include <sal/types.h>
-#include <uno/any2.h>
+#include "sal/types.h"
+#include "uno/any2.h"
#ifdef __cplusplus
extern "C"
diff --git a/include/uno/dispatcher.hxx b/include/uno/dispatcher.hxx
index 67e77ab56105..bfd00d46b374 100644
--- a/include/uno/dispatcher.hxx
+++ b/include/uno/dispatcher.hxx
@@ -20,11 +20,11 @@
#ifndef INCLUDED_UNO_DISPATCHER_HXX
#define INCLUDED_UNO_DISPATCHER_HXX
-#include <sal/config.h>
+#include "sal/config.h"
#include <cstddef>
-#include <uno/dispatcher.h>
+#include "uno/dispatcher.h"
/// @cond INTERNAL
diff --git a/include/uno/environment.h b/include/uno/environment.h
index d0c1879e2b5f..8874d1680e03 100644
--- a/include/uno/environment.h
+++ b/include/uno/environment.h
@@ -19,8 +19,8 @@
#ifndef INCLUDED_UNO_ENVIRONMENT_H
#define INCLUDED_UNO_ENVIRONMENT_H
-#include <cppu/cppudllapi.h>
-#include <rtl/ustring.h>
+#include "cppu/cppudllapi.h"
+#include "rtl/ustring.h"
#include <stdarg.h>
diff --git a/include/uno/environment.hxx b/include/uno/environment.hxx
index 31eca6f04fad..8f10711ad687 100644
--- a/include/uno/environment.hxx
+++ b/include/uno/environment.hxx
@@ -19,15 +19,15 @@
#ifndef INCLUDED_UNO_ENVIRONMENT_HXX
#define INCLUDED_UNO_ENVIRONMENT_HXX
-#include <sal/config.h>
+#include "sal/config.h"
#include <cstddef>
-#include <rtl/alloc.h>
-#include <rtl/ustring.hxx>
-#include <uno/environment.h>
+#include "rtl/alloc.h"
+#include "rtl/ustring.hxx"
+#include "uno/environment.h"
-#include <uno/lbnames.h>
+#include "uno/lbnames.h"
/** */ //for docpp
namespace com
diff --git a/include/uno/lbnames.h b/include/uno/lbnames.h
index a4c967616f63..b8f0ef758870 100644
--- a/include/uno/lbnames.h
+++ b/include/uno/lbnames.h
@@ -21,9 +21,9 @@
/* I assume "LB" means "Language Binding" */
-#include <sal/config.h>
+#include "sal/config.h"
-#include <sal/macros.h>
+#include "sal/macros.h"
#ifdef __cplusplus
diff --git a/include/uno/mapping.h b/include/uno/mapping.h
index 5a55fbf68b45..c1fae966ee30 100644
--- a/include/uno/mapping.h
+++ b/include/uno/mapping.h
@@ -19,8 +19,8 @@
#ifndef INCLUDED_UNO_MAPPING_H
#define INCLUDED_UNO_MAPPING_H
-#include <cppu/cppudllapi.h>
-#include <rtl/ustring.h>
+#include "cppu/cppudllapi.h"
+#include "rtl/ustring.h"
#ifdef __cplusplus
diff --git a/include/uno/mapping.hxx b/include/uno/mapping.hxx
index f520b6f5b2bf..07518b0fcf3c 100644
--- a/include/uno/mapping.hxx
+++ b/include/uno/mapping.hxx
@@ -19,19 +19,19 @@
#ifndef INCLUDED_UNO_MAPPING_HXX
#define INCLUDED_UNO_MAPPING_HXX
-#include <sal/config.h>
+#include "sal/config.h"
#include <cstddef>
-#include <uno/lbnames.h>
-#include <rtl/alloc.h>
-#include <rtl/ustring.hxx>
-#include <osl/diagnose.h>
-#include <uno/mapping.h>
-#include <com/sun/star/uno/Type.hxx>
-#include <com/sun/star/uno/Reference.hxx>
-#include <cppu/unotype.hxx>
-#include <uno/environment.hxx>
+#include "uno/lbnames.h"
+#include "rtl/alloc.h"
+#include "rtl/ustring.hxx"
+#include "osl/diagnose.h"
+#include "uno/mapping.h"
+#include "com/sun/star/uno/Type.hxx"
+#include "com/sun/star/uno/Reference.hxx"
+#include "cppu/unotype.hxx"
+#include "uno/environment.hxx"
typedef struct _typelib_TypeDescription typelib_TypeDescription;
typedef struct _typelib_InterfaceTypeDescription typelib_InterfaceTypeDescription;
diff --git a/include/uno/sequence2.h b/include/uno/sequence2.h
index 3b55ba007cf1..ae2cc31153e5 100644
--- a/include/uno/sequence2.h
+++ b/include/uno/sequence2.h
@@ -19,8 +19,8 @@
#ifndef INCLUDED_UNO_SEQUENCE2_H
#define INCLUDED_UNO_SEQUENCE2_H
-#include <cppu/cppudllapi.h>
-#include <uno/data.h>
+#include "cppu/cppudllapi.h"
+#include "uno/data.h"
#ifdef __cplusplus
extern "C"
diff --git a/include/uno/threadpool.h b/include/uno/threadpool.h
index 49f46db8ec29..bd5e42d83911 100644
--- a/include/uno/threadpool.h
+++ b/include/uno/threadpool.h
@@ -20,8 +20,8 @@
#ifndef INCLUDED_UNO_THREADPOOL_H
#define INCLUDED_UNO_THREADPOOL_H
-#include <cppu/cppudllapi.h>
-#include <sal/types.h>
+#include "cppu/cppudllapi.h"
+#include "sal/types.h"
#ifdef __cplusplus
extern "C" {