diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-16 12:45:21 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2020-08-16 15:26:37 +0200 |
commit | 3f9940c2e050830051a31e4b70736132e034a9db (patch) | |
tree | f20559316d4fc41bfc84287a67dd64498836c129 /ucb | |
parent | 89ca0ed3bc773b2fa65c74a4d3cfbdd3515bc641 (diff) |
loplugin:unusedmethods
Change-Id: I2dd10873be73256a3689233c7b1e37bde8f685ee
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/100820
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/cacher/cachedcontentresultset.cxx | 1 | ||||
-rw-r--r-- | ucb/source/cacher/cacheddynamicresultset.cxx | 1 | ||||
-rw-r--r-- | ucb/source/cacher/cacheddynamicresultsetstub.cxx | 1 | ||||
-rw-r--r-- | ucb/source/core/ucb.cxx | 1 | ||||
-rw-r--r-- | ucb/source/core/ucbstore.cxx | 1 | ||||
-rw-r--r-- | ucb/source/sorter/sortdynres.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/cmis/cmis_provider.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/ftp/ftpcontentprovider.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/gio/gio_provider.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/hierarchy/hierarchydatasource.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/hierarchy/hierarchyprovider.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/package/pkgprovider.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/tdoc/tdoc_provider.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav-neon/webdavprovider.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/webdav/webdavprovider.cxx | 1 |
15 files changed, 0 insertions, 15 deletions
diff --git a/ucb/source/cacher/cachedcontentresultset.cxx b/ucb/source/cacher/cachedcontentresultset.cxx index 07a18041c11f..90448ff45bd5 100644 --- a/ucb/source/cacher/cachedcontentresultset.cxx +++ b/ucb/source/cacher/cachedcontentresultset.cxx @@ -31,7 +31,6 @@ #include <osl/diagnose.h> #include <cppuhelper/exc_hlp.hxx> #include <cppuhelper/queryinterface.hxx> -#include <ucbhelper/getcomponentcontext.hxx> #include <ucbhelper/macros.hxx> #include <memory> diff --git a/ucb/source/cacher/cacheddynamicresultset.cxx b/ucb/source/cacher/cacheddynamicresultset.cxx index eaac536179bd..c21bbf852bfb 100644 --- a/ucb/source/cacher/cacheddynamicresultset.cxx +++ b/ucb/source/cacher/cacheddynamicresultset.cxx @@ -22,7 +22,6 @@ #include "cachedcontentresultset.hxx" #include <osl/diagnose.h> #include <cppuhelper/queryinterface.hxx> -#include <ucbhelper/getcomponentcontext.hxx> #include <ucbhelper/macros.hxx> using namespace com::sun::star::lang; diff --git a/ucb/source/cacher/cacheddynamicresultsetstub.cxx b/ucb/source/cacher/cacheddynamicresultsetstub.cxx index d0841bb89ea1..8428f12283ca 100644 --- a/ucb/source/cacher/cacheddynamicresultsetstub.cxx +++ b/ucb/source/cacher/cacheddynamicresultsetstub.cxx @@ -23,7 +23,6 @@ #include <com/sun/star/ucb/ContentResultSetCapability.hpp> #include <com/sun/star/ucb/SortedDynamicResultSetFactory.hpp> #include <osl/diagnose.h> -#include <ucbhelper/getcomponentcontext.hxx> #include <ucbhelper/macros.hxx> #include <cppuhelper/queryinterface.hxx> diff --git a/ucb/source/core/ucb.cxx b/ucb/source/core/ucb.cxx index 93a8db613bf8..304e37c37728 100644 --- a/ucb/source/core/ucb.cxx +++ b/ucb/source/core/ucb.cxx @@ -40,7 +40,6 @@ #include <com/sun/star/container/XNameAccess.hpp> #include <com/sun/star/uno/Any.hxx> #include <ucbhelper/cancelcommandexecution.hxx> -#include <ucbhelper/getcomponentcontext.hxx> #include <ucbhelper/macros.hxx> #include <rtl/ref.hxx> #include "identify.hxx" diff --git a/ucb/source/core/ucbstore.cxx b/ucb/source/core/ucbstore.cxx index 5dbc1e3557be..617207efd31b 100644 --- a/ucb/source/core/ucbstore.cxx +++ b/ucb/source/core/ucbstore.cxx @@ -45,7 +45,6 @@ #include <com/sun/star/util/XChangesBatch.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> #include <cppuhelper/implbase.hxx> -#include <ucbhelper/getcomponentcontext.hxx> #include <ucbhelper/macros.hxx> #include <tools/diagnose_ex.h> #include "ucbstore.hxx" diff --git a/ucb/source/sorter/sortdynres.cxx b/ucb/source/sorter/sortdynres.cxx index cd5d5f7282b4..cbacf231e233 100644 --- a/ucb/source/sorter/sortdynres.cxx +++ b/ucb/source/sorter/sortdynres.cxx @@ -27,7 +27,6 @@ #include <com/sun/star/ucb/WelcomeDynamicResultSetStruct.hpp> #include <com/sun/star/ucb/CachedDynamicResultSetStubFactory.hpp> #include <com/sun/star/ucb/XSourceInitialization.hpp> -#include <ucbhelper/getcomponentcontext.hxx> using namespace com::sun::star::beans; using namespace com::sun::star::lang; diff --git a/ucb/source/ucp/cmis/cmis_provider.cxx b/ucb/source/ucp/cmis/cmis_provider.cxx index 6f8a6be3c0e8..219d1f5f0d6f 100644 --- a/ucb/source/ucp/cmis/cmis_provider.cxx +++ b/ucb/source/ucp/cmis/cmis_provider.cxx @@ -10,7 +10,6 @@ #include <comphelper/processfactory.hxx> #include <cppuhelper/queryinterface.hxx> #include <ucbhelper/contenthelper.hxx> -#include <ucbhelper/getcomponentcontext.hxx> #include <ucbhelper/macros.hxx> #include <com/sun/star/ucb/ContentCreationException.hpp> #include <com/sun/star/ucb/IllegalIdentifierException.hpp> diff --git a/ucb/source/ucp/ftp/ftpcontentprovider.cxx b/ucb/source/ucp/ftp/ftpcontentprovider.cxx index c906f361eec6..72d848aa6b2c 100644 --- a/ucb/source/ucp/ftp/ftpcontentprovider.cxx +++ b/ucb/source/ucp/ftp/ftpcontentprovider.cxx @@ -27,7 +27,6 @@ #include <cppuhelper/typeprovider.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/factory.hxx> -#include <ucbhelper/getcomponentcontext.hxx> #include "ftpcontentprovider.hxx" #include "ftpcontent.hxx" #include "ftploaderthread.hxx" diff --git a/ucb/source/ucp/gio/gio_provider.cxx b/ucb/source/ucp/gio/gio_provider.cxx index f0999d054b9c..21936f0db721 100644 --- a/ucb/source/ucp/gio/gio_provider.cxx +++ b/ucb/source/ucp/gio/gio_provider.cxx @@ -19,7 +19,6 @@ #include <sal/log.hxx> #include <ucbhelper/contenthelper.hxx> -#include <ucbhelper/getcomponentcontext.hxx> #include <ucbhelper/macros.hxx> #include <cppuhelper/queryinterface.hxx> #include <com/sun/star/ucb/ContentCreationException.hpp> diff --git a/ucb/source/ucp/hierarchy/hierarchydatasource.cxx b/ucb/source/ucp/hierarchy/hierarchydatasource.cxx index e082994b0105..8dcd90b9e641 100644 --- a/ucb/source/ucp/hierarchy/hierarchydatasource.cxx +++ b/ucb/source/ucp/hierarchy/hierarchydatasource.cxx @@ -38,7 +38,6 @@ #include <com/sun/star/util/XChangesBatch.hpp> #include <com/sun/star/util/XChangesNotifier.hpp> #include <com/sun/star/lang/XSingleServiceFactory.hpp> -#include <ucbhelper/getcomponentcontext.hxx> #include <ucbhelper/macros.hxx> #include <rtl/ref.hxx> diff --git a/ucb/source/ucp/hierarchy/hierarchyprovider.cxx b/ucb/source/ucp/hierarchy/hierarchyprovider.cxx index 342b686f2286..977ed4fb980d 100644 --- a/ucb/source/ucp/hierarchy/hierarchyprovider.cxx +++ b/ucb/source/ucp/hierarchy/hierarchyprovider.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/util/theOfficeInstallationDirectories.hpp> #include <cppuhelper/queryinterface.hxx> #include <ucbhelper/contentidentifier.hxx> -#include <ucbhelper/getcomponentcontext.hxx> #include <ucbhelper/macros.hxx> #include "hierarchyprovider.hxx" #include "hierarchycontent.hxx" diff --git a/ucb/source/ucp/package/pkgprovider.cxx b/ucb/source/ucp/package/pkgprovider.cxx index 775ee6a5c692..206224c30fda 100644 --- a/ucb/source/ucp/package/pkgprovider.cxx +++ b/ucb/source/ucp/package/pkgprovider.cxx @@ -28,7 +28,6 @@ #include <cppuhelper/weak.hxx> #include <cppuhelper/queryinterface.hxx> #include <ucbhelper/contentidentifier.hxx> -#include <ucbhelper/getcomponentcontext.hxx> #include <ucbhelper/macros.hxx> #include <com/sun/star/container/XHierarchicalNameAccess.hpp> #include <com/sun/star/lang/WrappedTargetRuntimeException.hpp> diff --git a/ucb/source/ucp/tdoc/tdoc_provider.cxx b/ucb/source/ucp/tdoc/tdoc_provider.cxx index e1d0f30e1ca9..e4a7c8ca346b 100644 --- a/ucb/source/ucp/tdoc/tdoc_provider.cxx +++ b/ucb/source/ucp/tdoc/tdoc_provider.cxx @@ -32,7 +32,6 @@ #include <com/sun/star/ucb/IllegalIdentifierException.hpp> #include <cppuhelper/queryinterface.hxx> #include <ucbhelper/contentidentifier.hxx> -#include <ucbhelper/getcomponentcontext.hxx> #include <ucbhelper/macros.hxx> #include "tdoc_provider.hxx" diff --git a/ucb/source/ucp/webdav-neon/webdavprovider.cxx b/ucb/source/ucp/webdav-neon/webdavprovider.cxx index 40534e80a614..e63fd5c9d40a 100644 --- a/ucb/source/ucp/webdav-neon/webdavprovider.cxx +++ b/ucb/source/ucp/webdav-neon/webdavprovider.cxx @@ -31,7 +31,6 @@ #include <com/sun/star/ucb/IllegalIdentifierException.hpp> #include <comphelper/processfactory.hxx> #include <ucbhelper/contentidentifier.hxx> -#include <ucbhelper/getcomponentcontext.hxx> #include <ucbhelper/macros.hxx> #include <cppuhelper/queryinterface.hxx> #include "webdavprovider.hxx" diff --git a/ucb/source/ucp/webdav/webdavprovider.cxx b/ucb/source/ucp/webdav/webdavprovider.cxx index 366d341b1591..462e4e5a98f7 100644 --- a/ucb/source/ucp/webdav/webdavprovider.cxx +++ b/ucb/source/ucp/webdav/webdavprovider.cxx @@ -18,7 +18,6 @@ */ #include <ucbhelper/contentidentifier.hxx> -#include <ucbhelper/getcomponentcontext.hxx> #include <ucbhelper/macros.hxx> #include "webdavprovider.hxx" #include "webdavcontent.hxx" |