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/osl | |
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/osl')
32 files changed, 111 insertions, 111 deletions
diff --git a/include/osl/conditn.h b/include/osl/conditn.h index ace66c624d15..785834bb103f 100644 --- a/include/osl/conditn.h +++ b/include/osl/conditn.h @@ -20,10 +20,10 @@ #ifndef INCLUDED_OSL_CONDITN_H #define INCLUDED_OSL_CONDITN_H -#include <sal/config.h> +#include "sal/config.h" -#include <osl/time.h> -#include <sal/saldllapi.h> +#include "osl/time.h" +#include "sal/saldllapi.h" #ifdef __cplusplus extern "C" { diff --git a/include/osl/conditn.hxx b/include/osl/conditn.hxx index d7bd1d9a7c13..2bfe5466ba34 100644 --- a/include/osl/conditn.hxx +++ b/include/osl/conditn.hxx @@ -20,12 +20,12 @@ #ifndef INCLUDED_OSL_CONDITN_HXX #define INCLUDED_OSL_CONDITN_HXX -#include <sal/config.h> +#include "sal/config.h" #include <cstddef> -#include <osl/time.h> -#include <osl/conditn.h> +#include "osl/time.h" +#include "osl/conditn.h" #if defined(MACOSX) && defined(__ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES) # if __ASSERT_MACROS_DEFINE_VERSIONS_WITHOUT_UNDERSCORES == 1 diff --git a/include/osl/detail/file.h b/include/osl/detail/file.h index ee5a172920ad..23c41efbe77c 100644 --- a/include/osl/detail/file.h +++ b/include/osl/detail/file.h @@ -10,7 +10,7 @@ #ifndef INCLUDED_OSL_DETAIL_FILE_H #define INCLUDED_OSL_DETAIL_FILE_H -#include <sal/config.h> +#include "sal/config.h" /** @cond INTERNAL */ diff --git a/include/osl/diagnose.h b/include/osl/diagnose.h index 748f0e472dca..9f0d90468d76 100644 --- a/include/osl/diagnose.h +++ b/include/osl/diagnose.h @@ -21,11 +21,11 @@ #ifndef INCLUDED_OSL_DIAGNOSE_H #define INCLUDED_OSL_DIAGNOSE_H -#include <sal/config.h> +#include "sal/config.h" -#include <sal/detail/log.h> -#include <sal/saldllapi.h> -#include <sal/types.h> +#include "sal/detail/log.h" +#include "sal/saldllapi.h" +#include "sal/types.h" /** @file Provides simple diagnostic support. diff --git a/include/osl/diagnose.hxx b/include/osl/diagnose.hxx index 0472ea42ea66..0dc140faef83 100644 --- a/include/osl/diagnose.hxx +++ b/include/osl/diagnose.hxx @@ -21,19 +21,19 @@ /// @cond INTERNAL -#include <sal/config.h> +#include "sal/config.h" #include <cstddef> #include <typeinfo> #include <unordered_set> -#include <osl/diagnose.h> -#include <osl/interlck.h> -#include <osl/mutex.hxx> -#include <rtl/instance.hxx> -#include <sal/log.hxx> -#include <sal/saldllapi.h> -#include <sal/types.h> +#include "osl/diagnose.h" +#include "osl/interlck.h" +#include "osl/mutex.hxx" +#include "rtl/instance.hxx" +#include "sal/log.hxx" +#include "sal/saldllapi.h" +#include "sal/types.h" namespace osl { namespace detail { diff --git a/include/osl/endian.h b/include/osl/endian.h index 9a92e25eb98c..9ead0044aea5 100644 --- a/include/osl/endian.h +++ b/include/osl/endian.h @@ -20,7 +20,7 @@ #ifndef INCLUDED_OSL_ENDIAN_H #define INCLUDED_OSL_ENDIAN_H -#include <sal/types.h> +#include "sal/types.h" #ifdef __cplusplus extern "C" { diff --git a/include/osl/file.h b/include/osl/file.h index 21a5de488c48..16690882cfe1 100644 --- a/include/osl/file.h +++ b/include/osl/file.h @@ -20,11 +20,11 @@ #ifndef INCLUDED_OSL_FILE_H #define INCLUDED_OSL_FILE_H -#include <sal/config.h> +#include "sal/config.h" -#include <osl/time.h> -#include <rtl/ustring.h> -#include <sal/saldllapi.h> +#include "osl/time.h" +#include "rtl/ustring.h" +#include "sal/saldllapi.h" #ifdef __cplusplus extern "C" { diff --git a/include/osl/file.hxx b/include/osl/file.hxx index af2ac6a0ce95..a5823fbe1174 100644 --- a/include/osl/file.hxx +++ b/include/osl/file.hxx @@ -20,20 +20,20 @@ #ifndef INCLUDED_OSL_FILE_HXX #define INCLUDED_OSL_FILE_HXX -#include <sal/config.h> +#include "sal/config.h" #include <string.h> #include <cassert> #include <cstddef> -#include <sal/log.hxx> -#include <osl/time.h> -#include <rtl/ustring.hxx> +#include "sal/log.hxx" +#include "osl/time.h" +#include "rtl/ustring.hxx" -#include <osl/file.h> -#include <osl/diagnose.h> -#include <rtl/byteseq.hxx> +#include "osl/file.h" +#include "osl/diagnose.h" +#include "rtl/byteseq.hxx" #include <stdio.h> diff --git a/include/osl/getglobalmutex.hxx b/include/osl/getglobalmutex.hxx index 7ac2c673f4a9..4fbd32a3e4b5 100644 --- a/include/osl/getglobalmutex.hxx +++ b/include/osl/getglobalmutex.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OSL_GETGLOBALMUTEX_HXX #define INCLUDED_OSL_GETGLOBALMUTEX_HXX -#include <osl/mutex.hxx> +#include "osl/mutex.hxx" namespace osl { diff --git a/include/osl/interlck.h b/include/osl/interlck.h index 0b26f9a02712..a98c08cb511c 100644 --- a/include/osl/interlck.h +++ b/include/osl/interlck.h @@ -20,10 +20,10 @@ #ifndef INCLUDED_OSL_INTERLCK_H #define INCLUDED_OSL_INTERLCK_H -#include <sal/config.h> +#include "sal/config.h" -#include <sal/saldllapi.h> -#include <sal/types.h> +#include "sal/saldllapi.h" +#include "sal/types.h" #if defined(_WIN32) #include <intrin.h> diff --git a/include/osl/module.h b/include/osl/module.h index 6f8468878fba..03c9a80d114a 100644 --- a/include/osl/module.h +++ b/include/osl/module.h @@ -20,11 +20,11 @@ #ifndef INCLUDED_OSL_MODULE_H #define INCLUDED_OSL_MODULE_H -#include <sal/config.h> +#include "sal/config.h" -#include <rtl/tencinfo.h> -#include <rtl/ustring.h> -#include <sal/saldllapi.h> +#include "rtl/tencinfo.h" +#include "rtl/ustring.h" +#include "sal/saldllapi.h" #ifdef __cplusplus extern "C" { diff --git a/include/osl/module.hxx b/include/osl/module.hxx index ef5065a297c6..dcbfd373b79f 100644 --- a/include/osl/module.hxx +++ b/include/osl/module.hxx @@ -20,12 +20,12 @@ #ifndef INCLUDED_OSL_MODULE_HXX #define INCLUDED_OSL_MODULE_HXX -#include <sal/config.h> +#include "sal/config.h" #include <cstddef> -#include <rtl/ustring.hxx> -#include <osl/module.h> +#include "rtl/ustring.hxx" +#include "osl/module.h" namespace osl { diff --git a/include/osl/mutex.h b/include/osl/mutex.h index 8761f33737f7..d624beb0cd86 100644 --- a/include/osl/mutex.h +++ b/include/osl/mutex.h @@ -20,10 +20,10 @@ #ifndef INCLUDED_OSL_MUTEX_H #define INCLUDED_OSL_MUTEX_H -#include <sal/config.h> +#include "sal/config.h" -#include <sal/saldllapi.h> -#include <sal/types.h> +#include "sal/saldllapi.h" +#include "sal/types.h" #ifdef __cplusplus extern "C" { diff --git a/include/osl/mutex.hxx b/include/osl/mutex.hxx index f42323b9fd0a..c2ee448d868e 100644 --- a/include/osl/mutex.hxx +++ b/include/osl/mutex.hxx @@ -20,7 +20,7 @@ #ifndef INCLUDED_OSL_MUTEX_HXX #define INCLUDED_OSL_MUTEX_HXX -#include <osl/mutex.h> +#include "osl/mutex.h" namespace osl diff --git a/include/osl/nlsupport.h b/include/osl/nlsupport.h index 3c07707f3a19..9173151f4054 100644 --- a/include/osl/nlsupport.h +++ b/include/osl/nlsupport.h @@ -21,11 +21,11 @@ #ifndef INCLUDED_OSL_NLSUPPORT_H #define INCLUDED_OSL_NLSUPPORT_H -#include <sal/config.h> +#include "sal/config.h" -#include <rtl/locale.h> -#include <rtl/textenc.h> -#include <sal/saldllapi.h> +#include "rtl/locale.h" +#include "rtl/textenc.h" +#include "sal/saldllapi.h" #ifdef __cplusplus extern "C" { diff --git a/include/osl/pipe.h b/include/osl/pipe.h index 5c176dd48250..4bb482e20b2a 100644 --- a/include/osl/pipe.h +++ b/include/osl/pipe.h @@ -21,11 +21,11 @@ #ifndef INCLUDED_OSL_PIPE_H #define INCLUDED_OSL_PIPE_H -#include <sal/config.h> +#include "sal/config.h" -#include <osl/security.h> -#include <rtl/ustring.h> -#include <sal/saldllapi.h> +#include "osl/security.h" +#include "rtl/ustring.h" +#include "sal/saldllapi.h" #ifdef __cplusplus extern "C" { diff --git a/include/osl/pipe.hxx b/include/osl/pipe.hxx index 743dec393f57..40362de287a7 100644 --- a/include/osl/pipe.hxx +++ b/include/osl/pipe.hxx @@ -19,11 +19,11 @@ #ifndef INCLUDED_OSL_PIPE_HXX #define INCLUDED_OSL_PIPE_HXX -#include <sal/config.h> +#include "sal/config.h" #include <cstddef> -#include <osl/pipe_decl.hxx> +#include "osl/pipe_decl.hxx" namespace osl { diff --git a/include/osl/pipe_decl.hxx b/include/osl/pipe_decl.hxx index 4de7bc8585ba..88247766a530 100644 --- a/include/osl/pipe_decl.hxx +++ b/include/osl/pipe_decl.hxx @@ -19,9 +19,9 @@ #ifndef INCLUDED_OSL_PIPE_DECL_HXX #define INCLUDED_OSL_PIPE_DECL_HXX -#include <osl/pipe.h> -# include <osl/security.hxx> -#include <rtl/ustring.hxx> +#include "osl/pipe.h" +# include "osl/security.hxx" +#include "rtl/ustring.hxx" namespace osl { diff --git a/include/osl/process.h b/include/osl/process.h index 3c58419420d0..52aa8bd0f311 100644 --- a/include/osl/process.h +++ b/include/osl/process.h @@ -21,17 +21,17 @@ #ifndef INCLUDED_OSL_PROCESS_H #define INCLUDED_OSL_PROCESS_H -#include <sal/config.h> - -#include <osl/file.h> -#include <osl/pipe.h> -#include <osl/security.h> -#include <osl/socket.h> -#include <osl/time.h> -#include <rtl/locale.h> -#include <rtl/textenc.h> -#include <rtl/ustring.h> -#include <sal/saldllapi.h> +#include "sal/config.h" + +#include "osl/file.h" +#include "osl/pipe.h" +#include "osl/security.h" +#include "osl/socket.h" +#include "osl/time.h" +#include "rtl/locale.h" +#include "rtl/textenc.h" +#include "rtl/ustring.h" +#include "sal/saldllapi.h" #ifdef __cplusplus extern "C" { diff --git a/include/osl/profile.h b/include/osl/profile.h index fad2670b173e..3eb87583272f 100644 --- a/include/osl/profile.h +++ b/include/osl/profile.h @@ -20,11 +20,11 @@ #ifndef INCLUDED_OSL_PROFILE_H #define INCLUDED_OSL_PROFILE_H -#include <sal/config.h> +#include "sal/config.h" -#include <rtl/ustring.h> -#include <sal/saldllapi.h> -#include <sal/types.h> +#include "rtl/ustring.h" +#include "sal/saldllapi.h" +#include "sal/types.h" #ifdef __cplusplus extern "C" { diff --git a/include/osl/profile.hxx b/include/osl/profile.hxx index a95967d4abdf..48b6b8c861f4 100644 --- a/include/osl/profile.hxx +++ b/include/osl/profile.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_OSL_PROFILE_HXX #define INCLUDED_OSL_PROFILE_HXX -#include <osl/profile.h> -#include <rtl/ustring.hxx> +#include "osl/profile.h" +#include "rtl/ustring.hxx" #include <string.h> #include <exception> diff --git a/include/osl/security.h b/include/osl/security.h index 03acf0a51755..33483d4283fc 100644 --- a/include/osl/security.h +++ b/include/osl/security.h @@ -20,10 +20,10 @@ #ifndef INCLUDED_OSL_SECURITY_H #define INCLUDED_OSL_SECURITY_H -#include <sal/config.h> +#include "sal/config.h" -#include <rtl/ustring.h> -#include <sal/saldllapi.h> +#include "rtl/ustring.h" +#include "sal/saldllapi.h" #ifdef __cplusplus extern "C" { diff --git a/include/osl/security.hxx b/include/osl/security.hxx index a1a905ee888a..af0d4016c4c3 100644 --- a/include/osl/security.hxx +++ b/include/osl/security.hxx @@ -20,12 +20,12 @@ #ifndef INCLUDED_OSL_SECURITY_HXX #define INCLUDED_OSL_SECURITY_HXX -#include <sal/config.h> +#include "sal/config.h" #include <cstddef> -#include <rtl/ustring.hxx> -#include <osl/security_decl.hxx> +#include "rtl/ustring.hxx" +#include "osl/security_decl.hxx" namespace osl { diff --git a/include/osl/security_decl.hxx b/include/osl/security_decl.hxx index 9b41e5a960ff..a0346a69c519 100644 --- a/include/osl/security_decl.hxx +++ b/include/osl/security_decl.hxx @@ -20,8 +20,8 @@ #ifndef INCLUDED_OSL_SECURITY_DECL_HXX #define INCLUDED_OSL_SECURITY_DECL_HXX -#include <rtl/ustring.hxx> -#include <osl/security.h> +#include "rtl/ustring.hxx" +#include "osl/security.h" namespace osl { diff --git a/include/osl/signal.h b/include/osl/signal.h index a4a5cb0caa80..dd05b0a6889d 100644 --- a/include/osl/signal.h +++ b/include/osl/signal.h @@ -20,10 +20,10 @@ #ifndef INCLUDED_OSL_SIGNAL_H #define INCLUDED_OSL_SIGNAL_H -#include <sal/config.h> +#include "sal/config.h" -#include <sal/saldllapi.h> -#include <sal/types.h> +#include "sal/saldllapi.h" +#include "sal/types.h" #ifdef __cplusplus extern "C" { diff --git a/include/osl/socket.h b/include/osl/socket.h index 00d0d4f931fe..36e6b0b35bad 100644 --- a/include/osl/socket.h +++ b/include/osl/socket.h @@ -20,11 +20,11 @@ #ifndef INCLUDED_OSL_SOCKET_H #define INCLUDED_OSL_SOCKET_H -#include <rtl/ustring.h> -#include <rtl/byteseq.h> +#include "rtl/ustring.h" +#include "rtl/byteseq.h" -#include <osl/time.h> -#include <rtl/tencinfo.h> +#include "osl/time.h" +#include "rtl/tencinfo.h" #ifdef __cplusplus extern "C" { diff --git a/include/osl/socket.hxx b/include/osl/socket.hxx index b803be69376a..8a1a291dcc8a 100644 --- a/include/osl/socket.hxx +++ b/include/osl/socket.hxx @@ -19,7 +19,7 @@ #ifndef INCLUDED_OSL_SOCKET_HXX #define INCLUDED_OSL_SOCKET_HXX -#include <osl/socket_decl.hxx> +#include "osl/socket_decl.hxx" namespace osl { diff --git a/include/osl/socket_decl.hxx b/include/osl/socket_decl.hxx index e0114c1ee4e1..ebf831dfb0e4 100644 --- a/include/osl/socket_decl.hxx +++ b/include/osl/socket_decl.hxx @@ -20,13 +20,13 @@ #ifndef INCLUDED_OSL_SOCKET_DECL_HXX #define INCLUDED_OSL_SOCKET_DECL_HXX -#include <sal/config.h> +#include "sal/config.h" #include <cstddef> -#include <osl/socket.h> -#include <rtl/ustring.hxx> -#include <rtl/byteseq.hxx> +#include "osl/socket.h" +#include "rtl/ustring.hxx" +#include "rtl/byteseq.hxx" namespace osl { diff --git a/include/osl/test/uniquepipename.hxx b/include/osl/test/uniquepipename.hxx index fb0be8f4ad7a..bbeedcafb2b1 100644 --- a/include/osl/test/uniquepipename.hxx +++ b/include/osl/test/uniquepipename.hxx @@ -17,12 +17,12 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include <sal/types.h> -#include <rtl/ustring.h> -#include <rtl/ustring.hxx> +#include "sal/types.h" +#include "rtl/ustring.h" +#include "rtl/ustring.hxx" #include <cppunit/TestAssert.h> -#include <osl/process.h> +#include "osl/process.h" namespace osl { namespace test { diff --git a/include/osl/thread.h b/include/osl/thread.h index 4025f608693c..5673eb2694a3 100644 --- a/include/osl/thread.h +++ b/include/osl/thread.h @@ -20,11 +20,11 @@ #ifndef INCLUDED_OSL_THREAD_H #define INCLUDED_OSL_THREAD_H -#include <sal/config.h> +#include "sal/config.h" -#include <osl/time.h> -#include <rtl/textenc.h> -#include <sal/saldllapi.h> +#include "osl/time.h" +#include "rtl/textenc.h" +#include "sal/saldllapi.h" #ifdef __cplusplus extern "C" { diff --git a/include/osl/thread.hxx b/include/osl/thread.hxx index a459f12bf48d..215836c5e189 100644 --- a/include/osl/thread.hxx +++ b/include/osl/thread.hxx @@ -20,14 +20,14 @@ #ifndef INCLUDED_OSL_THREAD_HXX #define INCLUDED_OSL_THREAD_HXX -#include <sal/config.h> +#include "sal/config.h" #include <cassert> #include <cstddef> -#include <osl/time.h> -#include <osl/thread.h> -#include <rtl/alloc.h> +#include "osl/time.h" +#include "osl/thread.h" +#include "rtl/alloc.h" namespace osl { diff --git a/include/osl/time.h b/include/osl/time.h index 4843a9d02e25..490fc9f3e36e 100644 --- a/include/osl/time.h +++ b/include/osl/time.h @@ -20,14 +20,14 @@ #ifndef INCLUDED_OSL_TIME_H #define INCLUDED_OSL_TIME_H -#include <sal/config.h> +#include "sal/config.h" #if defined LIBO_INTERNAL_ONLY && defined __cplusplus #include <chrono> #endif -#include <sal/saldllapi.h> -#include <sal/types.h> +#include "sal/saldllapi.h" +#include "sal/types.h" #ifdef SAL_W32 # pragma pack(push, 8) |