summaryrefslogtreecommitdiff
path: root/include/typelib
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/typelib
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/typelib')
-rw-r--r--include/typelib/typeclass.h2
-rw-r--r--include/typelib/typedescription.h8
-rw-r--r--include/typelib/typedescription.hxx10
-rw-r--r--include/typelib/uik.h2
4 files changed, 11 insertions, 11 deletions
diff --git a/include/typelib/typeclass.h b/include/typelib/typeclass.h
index 1c6b0d64458e..2da05b143645 100644
--- a/include/typelib/typeclass.h
+++ b/include/typelib/typeclass.h
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TYPELIB_TYPECLASS_H
#define INCLUDED_TYPELIB_TYPECLASS_H
-#include <sal/types.h>
+#include "sal/types.h"
/** This type class enum is binary compatible with the IDL enum com.sun.star.uno.TypeClass.
*/
diff --git a/include/typelib/typedescription.h b/include/typelib/typedescription.h
index c866ae88d614..a0c60e68f93b 100644
--- a/include/typelib/typedescription.h
+++ b/include/typelib/typedescription.h
@@ -19,10 +19,10 @@
#ifndef INCLUDED_TYPELIB_TYPEDESCRIPTION_H
#define INCLUDED_TYPELIB_TYPEDESCRIPTION_H
-#include <cppu/cppudllapi.h>
-#include <typelib/uik.h>
-#include <typelib/typeclass.h>
-#include <rtl/ustring.h>
+#include "cppu/cppudllapi.h"
+#include "typelib/uik.h"
+#include "typelib/typeclass.h"
+#include "rtl/ustring.h"
#ifdef __cplusplus
extern "C"
diff --git a/include/typelib/typedescription.hxx b/include/typelib/typedescription.hxx
index 8ec814173604..ae8599bb1fdd 100644
--- a/include/typelib/typedescription.hxx
+++ b/include/typelib/typedescription.hxx
@@ -19,14 +19,14 @@
#ifndef INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX
#define INCLUDED_TYPELIB_TYPEDESCRIPTION_HXX
-#include <sal/config.h>
+#include "sal/config.h"
#include <cstddef>
-#include <rtl/alloc.h>
-#include <rtl/ustring.hxx>
-#include <com/sun/star/uno/Type.h>
-#include <typelib/typedescription.h>
+#include "rtl/alloc.h"
+#include "rtl/ustring.hxx"
+#include "com/sun/star/uno/Type.h"
+#include "typelib/typedescription.h"
namespace com
diff --git a/include/typelib/uik.h b/include/typelib/uik.h
index 78e57bf5202f..4899e95161b2 100644
--- a/include/typelib/uik.h
+++ b/include/typelib/uik.h
@@ -19,7 +19,7 @@
#ifndef INCLUDED_TYPELIB_UIK_H
#define INCLUDED_TYPELIB_UIK_H
-#include <sal/types.h>
+#include "sal/types.h"
#if defined( SAL_W32)
#pragma pack(push, 8)