summaryrefslogtreecommitdiff
path: root/ucbhelper
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@ubuntu.com>2022-04-10 13:11:33 +0200
committerMiklos Vajna <vmiklos@collabora.com>2022-04-12 15:20:47 +0200
commit2b44f9490853c9de5a0e92c41fdc1279b6c91e06 (patch)
treef381f0c82184c05df066fbd71a07a00da9a7345d /ucbhelper
parent67a5469f1cc40253453f1248622d2e52c92964ab (diff)
Recheck modules [uU]* with IWYU
See tdf#42949 for motivation Change-Id: If710445176681de8e0a0b6c65f58ecaca19dbccf Reviewed-on: https://gerrit.libreoffice.org/c/core/+/132768 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'ucbhelper')
-rw-r--r--ucbhelper/IwyuFilter_ucbhelper.yaml3
-rw-r--r--ucbhelper/source/provider/contentidentifier.cxx2
-rw-r--r--ucbhelper/source/provider/contentinfo.cxx3
-rw-r--r--ucbhelper/source/provider/contentinfo.hxx1
-rw-r--r--ucbhelper/source/provider/propertyvalueset.cxx3
-rw-r--r--ucbhelper/source/provider/providerhelper.cxx2
-rw-r--r--ucbhelper/source/provider/resultsethelper.cxx4
-rw-r--r--ucbhelper/source/provider/resultsetmetadata.cxx2
8 files changed, 4 insertions, 16 deletions
diff --git a/ucbhelper/IwyuFilter_ucbhelper.yaml b/ucbhelper/IwyuFilter_ucbhelper.yaml
index d566f7a0e437..5193d909b72e 100644
--- a/ucbhelper/IwyuFilter_ucbhelper.yaml
+++ b/ucbhelper/IwyuFilter_ucbhelper.yaml
@@ -18,3 +18,6 @@ excludelist:
- com/sun/star/util/Date.hpp
- com/sun/star/util/Time.hpp
- com/sun/star/util/DateTime.hpp
+ ucbhelper/source/provider/simpleioerrorrequest.cxx:
+ # Actually used
+ - com/sun/star/ucb/XCommandProcessor.hpp
diff --git a/ucbhelper/source/provider/contentidentifier.cxx b/ucbhelper/source/provider/contentidentifier.cxx
index 6f14d953b766..d4c13b2c0144 100644
--- a/ucbhelper/source/provider/contentidentifier.cxx
+++ b/ucbhelper/source/provider/contentidentifier.cxx
@@ -24,8 +24,6 @@
*************************************************************************/
#include <ucbhelper/contentidentifier.hxx>
-#include <cppuhelper/typeprovider.hxx>
-#include <cppuhelper/queryinterface.hxx>
using namespace com::sun::star::uno;
using namespace com::sun::star::lang;
diff --git a/ucbhelper/source/provider/contentinfo.cxx b/ucbhelper/source/provider/contentinfo.cxx
index 5ea61e825e8b..b5ca80b79d0b 100644
--- a/ucbhelper/source/provider/contentinfo.cxx
+++ b/ucbhelper/source/provider/contentinfo.cxx
@@ -27,11 +27,8 @@
#include <com/sun/star/ucb/XPersistentPropertySet.hpp>
#include <com/sun/star/ucb/XCommandInfo.hpp>
-#include <cppuhelper/queryinterface.hxx>
-#include <osl/mutex.hxx>
#include <ucbhelper/contenthelper.hxx>
#include "contentinfo.hxx"
-#include <ucbhelper/macros.hxx>
using namespace com::sun::star;
diff --git a/ucbhelper/source/provider/contentinfo.hxx b/ucbhelper/source/provider/contentinfo.hxx
index eaff22c4ea05..9223848321ac 100644
--- a/ucbhelper/source/provider/contentinfo.hxx
+++ b/ucbhelper/source/provider/contentinfo.hxx
@@ -22,7 +22,6 @@
#include <optional>
#include <com/sun/star/ucb/XCommandInfo.hpp>
-#include <com/sun/star/lang/XTypeProvider.hpp>
#include <com/sun/star/beans/XPropertySetInfo.hpp>
#include <cppuhelper/implbase.hxx>
diff --git a/ucbhelper/source/provider/propertyvalueset.cxx b/ucbhelper/source/provider/propertyvalueset.cxx
index 1c2345a8c4c0..f2601dcb6bd7 100644
--- a/ucbhelper/source/provider/propertyvalueset.cxx
+++ b/ucbhelper/source/provider/propertyvalueset.cxx
@@ -33,11 +33,8 @@
#include <com/sun/star/script/Converter.hpp>
#include <osl/diagnose.h>
-#include <osl/mutex.hxx>
#include <ucbhelper/propertyvalueset.hxx>
-#include <ucbhelper/macros.hxx>
#include <o3tl/typed_flags_set.hxx>
-#include <cppuhelper/queryinterface.hxx>
using namespace com::sun::star::beans;
using namespace com::sun::star::container;
diff --git a/ucbhelper/source/provider/providerhelper.cxx b/ucbhelper/source/provider/providerhelper.cxx
index 438468a36c90..c0bbc86166c2 100644
--- a/ucbhelper/source/provider/providerhelper.cxx
+++ b/ucbhelper/source/provider/providerhelper.cxx
@@ -28,10 +28,8 @@
#include <com/sun/star/ucb/XPropertySetRegistry.hpp>
#include <com/sun/star/ucb/XPropertySetRegistryFactory.hpp>
#include <cppuhelper/supportsservice.hxx>
-#include <cppuhelper/queryinterface.hxx>
#include <ucbhelper/contenthelper.hxx>
#include <ucbhelper/providerhelper.hxx>
-#include <ucbhelper/macros.hxx>
#include <osl/diagnose.h>
#include <osl/mutex.hxx>
diff --git a/ucbhelper/source/provider/resultsethelper.cxx b/ucbhelper/source/provider/resultsethelper.cxx
index 6d750c82dbba..60f8977d1852 100644
--- a/ucbhelper/source/provider/resultsethelper.cxx
+++ b/ucbhelper/source/provider/resultsethelper.cxx
@@ -32,10 +32,8 @@
#include <com/sun/star/ucb/WelcomeDynamicResultSetStruct.hpp>
#include <com/sun/star/ucb/CachedDynamicResultSetStubFactory.hpp>
#include <com/sun/star/ucb/XSourceInitialization.hpp>
-#include <cppuhelper/interfacecontainer.h>
-#include <cppuhelper/queryinterface.hxx>
+#include <cppuhelper/supportsservice.hxx>
#include <ucbhelper/resultsethelper.hxx>
-#include <ucbhelper/macros.hxx>
#include <osl/diagnose.h>
diff --git a/ucbhelper/source/provider/resultsetmetadata.cxx b/ucbhelper/source/provider/resultsetmetadata.cxx
index 1b989229c60e..40f69053f7df 100644
--- a/ucbhelper/source/provider/resultsetmetadata.cxx
+++ b/ucbhelper/source/provider/resultsetmetadata.cxx
@@ -38,9 +38,7 @@
#include <com/sun/star/util/Time.hpp>
#include <com/sun/star/util/DateTime.hpp>
#include <com/sun/star/ucb/PropertiesManager.hpp>
-#include <ucbhelper/macros.hxx>
#include <ucbhelper/resultsetmetadata.hxx>
-#include <cppuhelper/queryinterface.hxx>
#include <mutex>
using namespace com::sun::star::beans;