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 /toolkit | |
parent | 9a49980efa3522eb89f66eb185c98009236ffa89 (diff) |
remove unused componentcontext.hxx includes
Change-Id: I598926b72c5540b472f9607e2f3df134a8c50048
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/awt/animatedimagespeer.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/awt/vclxwindows.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/controlmodelcontainerbase.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/grid/sortablegriddatamodel.hxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/unocontrols.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/helper/tkresmgr.cxx | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/toolkit/source/awt/animatedimagespeer.cxx b/toolkit/source/awt/animatedimagespeer.cxx index 49f944948cca..5f540442b541 100644 --- a/toolkit/source/awt/animatedimagespeer.cxx +++ b/toolkit/source/awt/animatedimagespeer.cxx @@ -29,7 +29,6 @@ #include <com/sun/star/graphic/XGraphic.hpp> #include <com/sun/star/awt/ImageScaleMode.hpp> -#include <comphelper/componentcontext.hxx> #include <comphelper/namedvaluecollection.hxx> #include <comphelper/processfactory.hxx> #include <rtl/ustrbuf.hxx> diff --git a/toolkit/source/awt/vclxwindows.cxx b/toolkit/source/awt/vclxwindows.cxx index 9e4c5d833578..a9f5e3d891b6 100644 --- a/toolkit/source/awt/vclxwindows.cxx +++ b/toolkit/source/awt/vclxwindows.cxx @@ -37,7 +37,6 @@ #include <com/sun/star/resource/XStringResourceResolver.hpp> #include <com/sun/star/awt/ImageScaleMode.hpp> #include <com/sun/star/awt/XItemList.hpp> -#include <comphelper/componentcontext.hxx> #include <comphelper/namedvaluecollection.hxx> #include <comphelper/processfactory.hxx> diff --git a/toolkit/source/controls/controlmodelcontainerbase.cxx b/toolkit/source/controls/controlmodelcontainerbase.cxx index 7c6682e8bab5..e2dbf17cc382 100644 --- a/toolkit/source/controls/controlmodelcontainerbase.cxx +++ b/toolkit/source/controls/controlmodelcontainerbase.cxx @@ -44,7 +44,6 @@ #include <vcl/outdev.hxx> #include <comphelper/types.hxx> -#include <comphelper/componentcontext.hxx> #include <toolkit/helper/vclunohelper.hxx> #include <toolkit/helper/tkresmgr.hxx> #include <unotools/ucbstreamhelper.hxx> diff --git a/toolkit/source/controls/grid/sortablegriddatamodel.hxx b/toolkit/source/controls/grid/sortablegriddatamodel.hxx index b9cdfb5a00ca..cbe2ca381738 100644 --- a/toolkit/source/controls/grid/sortablegriddatamodel.hxx +++ b/toolkit/source/controls/grid/sortablegriddatamodel.hxx @@ -28,7 +28,6 @@ #include <com/sun/star/i18n/XCollator.hpp> #include <com/sun/star/awt/grid/XGridDataListener.hpp> -#include <comphelper/componentcontext.hxx> #include <cppuhelper/basemutex.hxx> #include <cppuhelper/compbase3.hxx> #include <cppuhelper/implbase1.hxx> diff --git a/toolkit/source/controls/unocontrols.cxx b/toolkit/source/controls/unocontrols.cxx index abff7d28bb8f..f7967968f12e 100644 --- a/toolkit/source/controls/unocontrols.cxx +++ b/toolkit/source/controls/unocontrols.cxx @@ -43,7 +43,6 @@ // for introspection #include <toolkit/awt/vclxwindows.hxx> #include <cppuhelper/typeprovider.hxx> -#include <comphelper/componentcontext.hxx> #include <comphelper/processfactory.hxx> #include <comphelper/extract.hxx> #include <vcl/wrkwin.hxx> diff --git a/toolkit/source/helper/tkresmgr.cxx b/toolkit/source/helper/tkresmgr.cxx index 1d788efe5c64..a9ed95eb349c 100644 --- a/toolkit/source/helper/tkresmgr.cxx +++ b/toolkit/source/helper/tkresmgr.cxx @@ -20,7 +20,6 @@ #include <toolkit/helper/tkresmgr.hxx> #include <tools/simplerm.hxx> #include <comphelper/processfactory.hxx> -#include <comphelper/componentcontext.hxx> #include <comphelper/namedvaluecollection.hxx> #include <com/sun/star/graphic/GraphicProvider.hpp> #include <com/sun/star/graphic/XGraphicProvider.hpp> |