diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:22:50 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:22:50 +0200 |
commit | 189abcf0db61c41a565bd355294bf6e712fc3e5a (patch) | |
tree | 97886355fdcdd9cca038611d67e0d889d3f77dd7 /include/com | |
parent | 340c5c20c264277b3ac1cb9cfcdbb0499ae471d7 (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/com')
-rw-r--r-- | include/com/sun/star/uno/Any.h | 14 | ||||
-rw-r--r-- | include/com/sun/star/uno/Any.hxx | 20 | ||||
-rw-r--r-- | include/com/sun/star/uno/Reference.h | 4 | ||||
-rw-r--r-- | include/com/sun/star/uno/Reference.hxx | 12 | ||||
-rw-r--r-- | include/com/sun/star/uno/Sequence.h | 8 | ||||
-rw-r--r-- | include/com/sun/star/uno/Sequence.hxx | 14 | ||||
-rw-r--r-- | include/com/sun/star/uno/Type.h | 8 | ||||
-rw-r--r-- | include/com/sun/star/uno/Type.hxx | 6 | ||||
-rw-r--r-- | include/com/sun/star/uno/genfunc.h | 2 | ||||
-rw-r--r-- | include/com/sun/star/uno/genfunc.hxx | 8 |
10 files changed, 48 insertions, 48 deletions
diff --git a/include/com/sun/star/uno/Any.h b/include/com/sun/star/uno/Any.h index 0a5f595cbb9d..93be8c4ce5fd 100644 --- a/include/com/sun/star/uno/Any.h +++ b/include/com/sun/star/uno/Any.h @@ -19,16 +19,16 @@ #ifndef INCLUDED_COM_SUN_STAR_UNO_ANY_H #define INCLUDED_COM_SUN_STAR_UNO_ANY_H -#include <sal/config.h> +#include "sal/config.h" #include <cstddef> -#include <rtl/ustring.hxx> -#include <uno/any2.h> -#include <typelib/typedescription.h> -#include <cppu/unotype.hxx> -#include <com/sun/star/uno/TypeClass.hdl> -#include <rtl/alloc.h> +#include "rtl/ustring.hxx" +#include "uno/any2.h" +#include "typelib/typedescription.h" +#include "cppu/unotype.hxx" +#include "com/sun/star/uno/TypeClass.hdl" +#include "rtl/alloc.h" namespace com { diff --git a/include/com/sun/star/uno/Any.hxx b/include/com/sun/star/uno/Any.hxx index 7171c1dbbbf8..52ca0fc571fe 100644 --- a/include/com/sun/star/uno/Any.hxx +++ b/include/com/sun/star/uno/Any.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_COM_SUN_STAR_UNO_ANY_HXX #define INCLUDED_COM_SUN_STAR_UNO_ANY_HXX -#include <sal/config.h> +#include "sal/config.h" #include <algorithm> #include <cassert> @@ -27,15 +27,15 @@ #include <iomanip> #include <ostream> -#include <com/sun/star/uno/Any.h> -#include <uno/data.h> -#include <uno/sequence2.h> -#include <com/sun/star/uno/Type.hxx> -#include <com/sun/star/uno/Reference.h> -#include <com/sun/star/uno/genfunc.hxx> -#include <com/sun/star/uno/RuntimeException.hpp> -#include <cppu/cppudllapi.h> -#include <cppu/unotype.hxx> +#include "com/sun/star/uno/Any.h" +#include "uno/data.h" +#include "uno/sequence2.h" +#include "com/sun/star/uno/Type.hxx" +#include "com/sun/star/uno/Reference.h" +#include "com/sun/star/uno/genfunc.hxx" +#include "com/sun/star/uno/RuntimeException.hpp" +#include "cppu/cppudllapi.h" +#include "cppu/unotype.hxx" extern "C" CPPU_DLLPUBLIC rtl_uString * SAL_CALL cppu_Any_extraction_failure_msg( uno_Any const * pAny, typelib_TypeDescriptionReference * pType ) diff --git a/include/com/sun/star/uno/Reference.h b/include/com/sun/star/uno/Reference.h index c24509a51568..a7b62926a0c7 100644 --- a/include/com/sun/star/uno/Reference.h +++ b/include/com/sun/star/uno/Reference.h @@ -19,12 +19,12 @@ #ifndef INCLUDED_COM_SUN_STAR_UNO_REFERENCE_H #define INCLUDED_COM_SUN_STAR_UNO_REFERENCE_H -#include <sal/config.h> +#include "sal/config.h" #include <cassert> #include <cstddef> -#include <rtl/alloc.h> +#include "rtl/alloc.h" namespace com { diff --git a/include/com/sun/star/uno/Reference.hxx b/include/com/sun/star/uno/Reference.hxx index e99cc15f8941..d822c97aeb2d 100644 --- a/include/com/sun/star/uno/Reference.hxx +++ b/include/com/sun/star/uno/Reference.hxx @@ -19,16 +19,16 @@ #ifndef INCLUDED_COM_SUN_STAR_UNO_REFERENCE_HXX #define INCLUDED_COM_SUN_STAR_UNO_REFERENCE_HXX -#include <sal/config.h> +#include "sal/config.h" #include <cstddef> #include <ostream> -#include <com/sun/star/uno/Reference.h> -#include <com/sun/star/uno/RuntimeException.hpp> -#include <com/sun/star/uno/XInterface.hpp> -#include <com/sun/star/uno/Any.hxx> -#include <cppu/cppudllapi.h> +#include "com/sun/star/uno/Reference.h" +#include "com/sun/star/uno/RuntimeException.hpp" +#include "com/sun/star/uno/XInterface.hpp" +#include "com/sun/star/uno/Any.hxx" +#include "cppu/cppudllapi.h" extern "C" CPPU_DLLPUBLIC rtl_uString * SAL_CALL cppu_unsatisfied_iquery_msg( typelib_TypeDescriptionReference * pType ) diff --git a/include/com/sun/star/uno/Sequence.h b/include/com/sun/star/uno/Sequence.h index 15a792bc9860..c6cb36cc71ff 100644 --- a/include/com/sun/star/uno/Sequence.h +++ b/include/com/sun/star/uno/Sequence.h @@ -19,10 +19,10 @@ #ifndef INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_H #define INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_H -#include <typelib/typedescription.h> -#include <uno/sequence2.h> -#include <com/sun/star/uno/Type.h> -#include <rtl/alloc.h> +#include "typelib/typedescription.h" +#include "uno/sequence2.h" +#include "com/sun/star/uno/Type.h" +#include "rtl/alloc.h" #include <new> diff --git a/include/com/sun/star/uno/Sequence.hxx b/include/com/sun/star/uno/Sequence.hxx index dfebf3693b69..7fe9f0bda64f 100644 --- a/include/com/sun/star/uno/Sequence.hxx +++ b/include/com/sun/star/uno/Sequence.hxx @@ -19,17 +19,17 @@ #ifndef INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_HXX #define INCLUDED_COM_SUN_STAR_UNO_SEQUENCE_HXX -#include <sal/config.h> +#include "sal/config.h" #include <cassert> #include <cstddef> -#include <osl/interlck.h> -#include <com/sun/star/uno/Sequence.h> -#include <typelib/typedescription.h> -#include <uno/data.h> -#include <com/sun/star/uno/genfunc.hxx> -#include <cppu/unotype.hxx> +#include "osl/interlck.h" +#include "com/sun/star/uno/Sequence.h" +#include "typelib/typedescription.h" +#include "uno/data.h" +#include "com/sun/star/uno/genfunc.hxx" +#include "cppu/unotype.hxx" namespace com { diff --git a/include/com/sun/star/uno/Type.h b/include/com/sun/star/uno/Type.h index 041314e9778d..55b9c8317aef 100644 --- a/include/com/sun/star/uno/Type.h +++ b/include/com/sun/star/uno/Type.h @@ -19,10 +19,10 @@ #ifndef INCLUDED_COM_SUN_STAR_UNO_TYPE_H #define INCLUDED_COM_SUN_STAR_UNO_TYPE_H -#include <typelib/typedescription.h> -#include <com/sun/star/uno/TypeClass.hdl> -#include <rtl/ustring.hxx> -#include <rtl/alloc.h> +#include "typelib/typedescription.h" +#include "com/sun/star/uno/TypeClass.hdl" +#include "rtl/ustring.hxx" +#include "rtl/alloc.h" namespace com diff --git a/include/com/sun/star/uno/Type.hxx b/include/com/sun/star/uno/Type.hxx index 4a7b86e72c05..171f52e113ee 100644 --- a/include/com/sun/star/uno/Type.hxx +++ b/include/com/sun/star/uno/Type.hxx @@ -19,13 +19,13 @@ #ifndef INCLUDED_COM_SUN_STAR_UNO_TYPE_HXX #define INCLUDED_COM_SUN_STAR_UNO_TYPE_HXX -#include <sal/config.h> +#include "sal/config.h" #include <cstddef> #include <ostream> -#include <com/sun/star/uno/Type.h> -#include <cppu/unotype.hxx> +#include "com/sun/star/uno/Type.h" +#include "cppu/unotype.hxx" namespace com { diff --git a/include/com/sun/star/uno/genfunc.h b/include/com/sun/star/uno/genfunc.h index d1603e250bef..eb1b028cce4a 100644 --- a/include/com/sun/star/uno/genfunc.h +++ b/include/com/sun/star/uno/genfunc.h @@ -19,7 +19,7 @@ #ifndef INCLUDED_COM_SUN_STAR_UNO_GENFUNC_H #define INCLUDED_COM_SUN_STAR_UNO_GENFUNC_H -#include <sal/types.h> +#include "sal/types.h" typedef struct _typelib_TypeDescriptionReference typelib_TypeDescriptionReference; diff --git a/include/com/sun/star/uno/genfunc.hxx b/include/com/sun/star/uno/genfunc.hxx index d32f2a35219d..45acb99edcd9 100644 --- a/include/com/sun/star/uno/genfunc.hxx +++ b/include/com/sun/star/uno/genfunc.hxx @@ -19,13 +19,13 @@ #ifndef INCLUDED_COM_SUN_STAR_UNO_GENFUNC_HXX #define INCLUDED_COM_SUN_STAR_UNO_GENFUNC_HXX -#include <sal/config.h> +#include "sal/config.h" #include <cstddef> -#include <com/sun/star/uno/genfunc.h> -#include <com/sun/star/uno/Any.hxx> -#include <com/sun/star/uno/XInterface.hpp> +#include "com/sun/star/uno/genfunc.h" +#include "com/sun/star/uno/Any.hxx" +#include "com/sun/star/uno/XInterface.hpp" namespace com |