Kaydet (Commit) 0b8e2033 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:includeform: ucbhelper

Change-Id: I47fe099aa042085e71a08f4260e78773a25c2860
üst 7c02ef02
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
************************************************************************** **************************************************************************
*************************************************************************/ *************************************************************************/
#include "ucbhelper/activedatasink.hxx" #include <ucbhelper/activedatasink.hxx>
using namespace com::sun::star; using namespace com::sun::star;
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
************************************************************************** **************************************************************************
*************************************************************************/ *************************************************************************/
#include "ucbhelper/activedatastreamer.hxx" #include <ucbhelper/activedatastreamer.hxx>
using namespace com::sun::star; using namespace com::sun::star;
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include "sal/config.h" #include <sal/config.h>
#include <cassert> #include <cassert>
......
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
#include <com/sun/star/util/XChangesListener.hpp> #include <com/sun/star/util/XChangesListener.hpp>
#include <com/sun/star/util/XChangesNotifier.hpp> #include <com/sun/star/util/XChangesNotifier.hpp>
#include <cppuhelper/implbase.hxx> #include <cppuhelper/implbase.hxx>
#include "ucbhelper/proxydecider.hxx" #include <ucbhelper/proxydecider.hxx>
using namespace com::sun::star; using namespace com::sun::star;
using namespace ucbhelper; using namespace ucbhelper;
......
...@@ -36,9 +36,9 @@ ...@@ -36,9 +36,9 @@
#include <ucbhelper/contentinfo.hxx> #include <ucbhelper/contentinfo.hxx>
#include <ucbhelper/providerhelper.hxx> #include <ucbhelper/providerhelper.hxx>
#include "osl/diagnose.h" #include <osl/diagnose.h>
#include "osl/mutex.hxx" #include <osl/mutex.hxx>
#include "rtl/ref.hxx" #include <rtl/ref.hxx>
#include <unordered_map> #include <unordered_map>
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
#include <com/sun/star//ucb/UnsupportedCommandException.hpp> #include <com/sun/star//ucb/UnsupportedCommandException.hpp>
#include <com/sun/star/ucb/XPropertySetRegistry.hpp> #include <com/sun/star/ucb/XPropertySetRegistry.hpp>
#include "osl/mutex.hxx" #include <osl/mutex.hxx>
#include <ucbhelper/contenthelper.hxx> #include <ucbhelper/contenthelper.hxx>
#include <ucbhelper/contentinfo.hxx> #include <ucbhelper/contentinfo.hxx>
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * 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 <com/sun/star/io/IOException.hpp>
#include <rtl/alloc.h> #include <rtl/alloc.h>
......
...@@ -17,13 +17,13 @@ ...@@ -17,13 +17,13 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * 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/beans/XPropertySet.hpp>
#include "com/sun/star/lang/XMultiServiceFactory.hpp" #include <com/sun/star/lang/XMultiServiceFactory.hpp>
#include "com/sun/star/uno/Reference.hxx" #include <com/sun/star/uno/Reference.hxx>
#include "com/sun/star/uno/XComponentContext.hpp" #include <com/sun/star/uno/XComponentContext.hpp>
#include "ucbhelper/getcomponentcontext.hxx" #include <ucbhelper/getcomponentcontext.hxx>
css::uno::Reference< css::uno::XComponentContext > css::uno::Reference< css::uno::XComponentContext >
ucbhelper::getComponentContext( ucbhelper::getComponentContext(
......
...@@ -32,8 +32,8 @@ ...@@ -32,8 +32,8 @@
#include <com/sun/star/script/CannotConvertException.hpp> #include <com/sun/star/script/CannotConvertException.hpp>
#include <com/sun/star/script/Converter.hpp> #include <com/sun/star/script/Converter.hpp>
#include "osl/diagnose.h" #include <osl/diagnose.h>
#include "osl/mutex.hxx" #include <osl/mutex.hxx>
#include <ucbhelper/propertyvalueset.hxx> #include <ucbhelper/propertyvalueset.hxx>
#include <o3tl/typed_flags_set.hxx> #include <o3tl/typed_flags_set.hxx>
......
...@@ -32,9 +32,9 @@ ...@@ -32,9 +32,9 @@
#include <ucbhelper/contentidentifier.hxx> #include <ucbhelper/contentidentifier.hxx>
#include <ucbhelper/providerhelper.hxx> #include <ucbhelper/providerhelper.hxx>
#include "osl/diagnose.h" #include <osl/diagnose.h>
#include "osl/mutex.hxx" #include <osl/mutex.hxx>
#include "cppuhelper/weakref.hxx" #include <cppuhelper/weakref.hxx>
#include <unordered_map> #include <unordered_map>
......
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
#include <com/sun/star/uno/XComponentContext.hpp> #include <com/sun/star/uno/XComponentContext.hpp>
#include <com/sun/star/uno/RuntimeException.hpp> #include <com/sun/star/uno/RuntimeException.hpp>
#include "osl/diagnose.h" #include <osl/diagnose.h>
using namespace com::sun::star; using namespace com::sun::star;
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include <ucbhelper/resultsethelper.hxx> #include <ucbhelper/resultsethelper.hxx>
#include <ucbhelper/getcomponentcontext.hxx> #include <ucbhelper/getcomponentcontext.hxx>
#include "osl/diagnose.h" #include <osl/diagnose.h>
using namespace com::sun::star; using namespace com::sun::star;
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
*************************************************************************/ *************************************************************************/
#include "osl/diagnose.h" #include <osl/diagnose.h>
#include <com/sun/star/beans/Property.hpp> #include <com/sun/star/beans/Property.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp> #include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <com/sun/star/io/XInputStream.hpp> #include <com/sun/star/io/XInputStream.hpp>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment