diff options
author | Noel Grandin <noel@peralex.com> | 2013-06-03 13:38:38 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-06-05 08:13:21 +0200 |
commit | dcbaf7c253031a8f7b568c57397c663edfa26e5b (patch) | |
tree | c0182e65a72cbb1c8941865765b48171be55bf89 /ucb | |
parent | 9a49980efa3522eb89f66eb185c98009236ffa89 (diff) |
remove unused componentcontext.hxx includes
Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/ext/ucpext_content.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/ext/ucpext_datasupplier.cxx | 1 | ||||
-rw-r--r-- | ucb/source/ucp/ext/ucpext_provider.cxx | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/ucb/source/ucp/ext/ucpext_content.cxx b/ucb/source/ucp/ext/ucpext_content.cxx index fce8befeb400..20a26ef50885 100644 --- a/ucb/source/ucp/ext/ucpext_content.cxx +++ b/ucb/source/ucp/ext/ucpext_content.cxx @@ -41,7 +41,6 @@ #include <ucbhelper/cancelcommandexecution.hxx> #include <ucbhelper/content.hxx> #include <tools/diagnose_ex.h> -#include <comphelper/componentcontext.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/string.hxx> #include <rtl/ustrbuf.hxx> diff --git a/ucb/source/ucp/ext/ucpext_datasupplier.cxx b/ucb/source/ucp/ext/ucpext_datasupplier.cxx index 6f86da239e2e..a06b71228a74 100644 --- a/ucb/source/ucp/ext/ucpext_datasupplier.cxx +++ b/ucb/source/ucp/ext/ucpext_datasupplier.cxx @@ -25,7 +25,6 @@ #include <com/sun/star/deployment/PackageInformationProvider.hpp> #include <ucbhelper/contentidentifier.hxx> -#include <comphelper/componentcontext.hxx> #include <comphelper/processfactory.hxx> #include <ucbhelper/providerhelper.hxx> #include <ucbhelper/content.hxx> diff --git a/ucb/source/ucp/ext/ucpext_provider.cxx b/ucb/source/ucp/ext/ucpext_provider.cxx index 37c384d8effb..6172354fbd61 100644 --- a/ucb/source/ucp/ext/ucpext_provider.cxx +++ b/ucb/source/ucp/ext/ucpext_provider.cxx @@ -23,7 +23,6 @@ #include <ucbhelper/contentidentifier.hxx> #include <osl/diagnose.h> #include <osl/mutex.hxx> -#include <comphelper/componentcontext.hxx> #include <rtl/ustrbuf.hxx> //...................................................................................................................... |