diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:29:36 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-10-23 22:45:48 +0200 |
commit | 0b8e2033339fd2f6e00e4ab9c735307740586ec3 (patch) | |
tree | 08fe759b0c3099e488765facc8550243c7517369 | |
parent | 7c02ef0275dd27dde5828757b25e49dcbf419614 (diff) |
loplugin:includeform: ucbhelper
Change-Id: I47fe099aa042085e71a08f4260e78773a25c2860
-rw-r--r-- | ucbhelper/source/client/activedatasink.cxx | 2 | ||||
-rw-r--r-- | ucbhelper/source/client/activedatastreamer.cxx | 2 | ||||
-rw-r--r-- | ucbhelper/source/client/content.cxx | 2 | ||||
-rw-r--r-- | ucbhelper/source/client/proxydecider.cxx | 2 | ||||
-rw-r--r-- | ucbhelper/source/provider/contenthelper.cxx | 6 | ||||
-rw-r--r-- | ucbhelper/source/provider/contentinfo.cxx | 2 | ||||
-rw-r--r-- | ucbhelper/source/provider/fd_inputstream.cxx | 2 | ||||
-rw-r--r-- | ucbhelper/source/provider/getcomponentcontext.cxx | 12 | ||||
-rw-r--r-- | ucbhelper/source/provider/propertyvalueset.cxx | 4 | ||||
-rw-r--r-- | ucbhelper/source/provider/providerhelper.cxx | 6 | ||||
-rw-r--r-- | ucbhelper/source/provider/registerucb.cxx | 2 | ||||
-rw-r--r-- | ucbhelper/source/provider/resultsethelper.cxx | 2 | ||||
-rw-r--r-- | ucbhelper/source/provider/resultsetmetadata.cxx | 2 |
13 files changed, 23 insertions, 23 deletions
diff --git a/ucbhelper/source/client/activedatasink.cxx b/ucbhelper/source/client/activedatasink.cxx index b232cca7cfb0..bf92699de69b 100644 --- a/ucbhelper/source/client/activedatasink.cxx +++ b/ucbhelper/source/client/activedatasink.cxx @@ -23,7 +23,7 @@ ************************************************************************** *************************************************************************/ -#include "ucbhelper/activedatasink.hxx" +#include <ucbhelper/activedatasink.hxx> using namespace com::sun::star; diff --git a/ucbhelper/source/client/activedatastreamer.cxx b/ucbhelper/source/client/activedatastreamer.cxx index bd98cf74e1b5..a74f0c2e0cf7 100644 --- a/ucbhelper/source/client/activedatastreamer.cxx +++ b/ucbhelper/source/client/activedatastreamer.cxx @@ -23,7 +23,7 @@ ************************************************************************** *************************************************************************/ -#include "ucbhelper/activedatastreamer.hxx" +#include <ucbhelper/activedatastreamer.hxx> using namespace com::sun::star; diff --git a/ucbhelper/source/client/content.cxx b/ucbhelper/source/client/content.cxx index 388c790e8de3..cf80b313ff2d 100644 --- a/ucbhelper/source/client/content.cxx +++ b/ucbhelper/source/client/content.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> #include <cassert> diff --git a/ucbhelper/source/client/proxydecider.cxx b/ucbhelper/source/client/proxydecider.cxx index 542aee23571d..2109f439c0df 100644 --- a/ucbhelper/source/client/proxydecider.cxx +++ b/ucbhelper/source/client/proxydecider.cxx @@ -32,7 +32,7 @@ #include <com/sun/star/util/XChangesListener.hpp> #include <com/sun/star/util/XChangesNotifier.hpp> #include <cppuhelper/implbase.hxx> -#include "ucbhelper/proxydecider.hxx" +#include <ucbhelper/proxydecider.hxx> using namespace com::sun::star; using namespace ucbhelper; diff --git a/ucbhelper/source/provider/contenthelper.cxx b/ucbhelper/source/provider/contenthelper.cxx index 73e5367cc53d..c6d08ec8afbd 100644 --- a/ucbhelper/source/provider/contenthelper.cxx +++ b/ucbhelper/source/provider/contenthelper.cxx @@ -36,9 +36,9 @@ #include <ucbhelper/contentinfo.hxx> #include <ucbhelper/providerhelper.hxx> -#include "osl/diagnose.h" -#include "osl/mutex.hxx" -#include "rtl/ref.hxx" +#include <osl/diagnose.h> +#include <osl/mutex.hxx> +#include <rtl/ref.hxx> #include <unordered_map> diff --git a/ucbhelper/source/provider/contentinfo.cxx b/ucbhelper/source/provider/contentinfo.cxx index 8ad2c91122fc..cd8ba829d209 100644 --- a/ucbhelper/source/provider/contentinfo.cxx +++ b/ucbhelper/source/provider/contentinfo.cxx @@ -26,7 +26,7 @@ #include <com/sun/star//ucb/UnsupportedCommandException.hpp> #include <com/sun/star/ucb/XPropertySetRegistry.hpp> -#include "osl/mutex.hxx" +#include <osl/mutex.hxx> #include <ucbhelper/contenthelper.hxx> #include <ucbhelper/contentinfo.hxx> diff --git a/ucbhelper/source/provider/fd_inputstream.cxx b/ucbhelper/source/provider/fd_inputstream.cxx index 878da4d0afbd..32c56b40b0fa 100644 --- a/ucbhelper/source/provider/fd_inputstream.cxx +++ b/ucbhelper/source/provider/fd_inputstream.cxx @@ -17,7 +17,7 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "ucbhelper/fd_inputstream.hxx" +#include <ucbhelper/fd_inputstream.hxx> #include <com/sun/star/io/IOException.hpp> #include <rtl/alloc.h> diff --git a/ucbhelper/source/provider/getcomponentcontext.cxx b/ucbhelper/source/provider/getcomponentcontext.cxx index 5dddf15db989..1a73d2f23211 100644 --- a/ucbhelper/source/provider/getcomponentcontext.cxx +++ b/ucbhelper/source/provider/getcomponentcontext.cxx @@ -17,13 +17,13 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "sal/config.h" +#include <sal/config.h> -#include "com/sun/star/beans/XPropertySet.hpp" -#include "com/sun/star/lang/XMultiServiceFactory.hpp" -#include "com/sun/star/uno/Reference.hxx" -#include "com/sun/star/uno/XComponentContext.hpp" -#include "ucbhelper/getcomponentcontext.hxx" +#include <com/sun/star/beans/XPropertySet.hpp> +#include <com/sun/star/lang/XMultiServiceFactory.hpp> +#include <com/sun/star/uno/Reference.hxx> +#include <com/sun/star/uno/XComponentContext.hpp> +#include <ucbhelper/getcomponentcontext.hxx> css::uno::Reference< css::uno::XComponentContext > ucbhelper::getComponentContext( diff --git a/ucbhelper/source/provider/propertyvalueset.cxx b/ucbhelper/source/provider/propertyvalueset.cxx index 6e60aed4941c..9bc72f9ebb9f 100644 --- a/ucbhelper/source/provider/propertyvalueset.cxx +++ b/ucbhelper/source/provider/propertyvalueset.cxx @@ -32,8 +32,8 @@ #include <com/sun/star/script/CannotConvertException.hpp> #include <com/sun/star/script/Converter.hpp> -#include "osl/diagnose.h" -#include "osl/mutex.hxx" +#include <osl/diagnose.h> +#include <osl/mutex.hxx> #include <ucbhelper/propertyvalueset.hxx> #include <o3tl/typed_flags_set.hxx> diff --git a/ucbhelper/source/provider/providerhelper.cxx b/ucbhelper/source/provider/providerhelper.cxx index c9894dd1dc58..21d4a96fc2af 100644 --- a/ucbhelper/source/provider/providerhelper.cxx +++ b/ucbhelper/source/provider/providerhelper.cxx @@ -32,9 +32,9 @@ #include <ucbhelper/contentidentifier.hxx> #include <ucbhelper/providerhelper.hxx> -#include "osl/diagnose.h" -#include "osl/mutex.hxx" -#include "cppuhelper/weakref.hxx" +#include <osl/diagnose.h> +#include <osl/mutex.hxx> +#include <cppuhelper/weakref.hxx> #include <unordered_map> diff --git a/ucbhelper/source/provider/registerucb.cxx b/ucbhelper/source/provider/registerucb.cxx index cfd1d509513a..7130c33b84c8 100644 --- a/ucbhelper/source/provider/registerucb.cxx +++ b/ucbhelper/source/provider/registerucb.cxx @@ -28,7 +28,7 @@ #include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/RuntimeException.hpp> -#include "osl/diagnose.h" +#include <osl/diagnose.h> using namespace com::sun::star; diff --git a/ucbhelper/source/provider/resultsethelper.cxx b/ucbhelper/source/provider/resultsethelper.cxx index 4de871d1c281..7cd7000a2cba 100644 --- a/ucbhelper/source/provider/resultsethelper.cxx +++ b/ucbhelper/source/provider/resultsethelper.cxx @@ -36,7 +36,7 @@ #include <ucbhelper/resultsethelper.hxx> #include <ucbhelper/getcomponentcontext.hxx> -#include "osl/diagnose.h" +#include <osl/diagnose.h> using namespace com::sun::star; diff --git a/ucbhelper/source/provider/resultsetmetadata.cxx b/ucbhelper/source/provider/resultsetmetadata.cxx index a118a8e6f768..385d121f8426 100644 --- a/ucbhelper/source/provider/resultsetmetadata.cxx +++ b/ucbhelper/source/provider/resultsetmetadata.cxx @@ -24,7 +24,7 @@ *************************************************************************/ -#include "osl/diagnose.h" +#include <osl/diagnose.h> #include <com/sun/star/beans/Property.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/io/XInputStream.hpp> |