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/cppuhelper/implbase.hxx | |
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/cppuhelper/implbase.hxx')
-rw-r--r-- | include/cppuhelper/implbase.hxx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/include/cppuhelper/implbase.hxx b/include/cppuhelper/implbase.hxx index 7d46d47edd31..cfd68022c1e6 100644 --- a/include/cppuhelper/implbase.hxx +++ b/include/cppuhelper/implbase.hxx @@ -20,21 +20,21 @@ #ifndef INCLUDED_CPPUHELPER_IMPLBASE_HXX #define INCLUDED_CPPUHELPER_IMPLBASE_HXX -#include <sal/config.h> +#include "sal/config.h" #include <cstddef> #include <exception> #include <utility> -#include <com/sun/star/lang/XTypeProvider.hpp> -#include <com/sun/star/uno/Any.hxx> -#include <com/sun/star/uno/RuntimeException.hpp> -#include <com/sun/star/uno/Sequence.hxx> -#include <com/sun/star/uno/Type.hxx> -#include <cppuhelper/implbase_ex.hxx> -#include <cppuhelper/weak.hxx> -#include <rtl/instance.hxx> -#include <sal/types.h> +#include "com/sun/star/lang/XTypeProvider.hpp" +#include "com/sun/star/uno/Any.hxx" +#include "com/sun/star/uno/RuntimeException.hpp" +#include "com/sun/star/uno/Sequence.hxx" +#include "com/sun/star/uno/Type.hxx" +#include "cppuhelper/implbase_ex.hxx" +#include "cppuhelper/weak.hxx" +#include "rtl/instance.hxx" +#include "sal/types.h" #if defined LIBO_INTERNAL_ONLY |