diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-05-27 14:07:43 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-06-05 10:56:36 +0200 |
commit | 8ddca0648a2b673b7dd5357871f79a83c3830ed8 (patch) | |
tree | 33f6f1eaaa2d3f5f73ddbf25f40c60cbb365d663 /toolkit | |
parent | d3c650f6170894a87e59436cf48eba5622403e27 (diff) |
tdf#42949 remove unused compheler includes ..
and fix the fallout
Change-Id: I15bc5d626f4d157cbc69a87392078b41e621d14e
Reviewed-on: https://gerrit.libreoffice.org/54882
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/controls/geometrycontrolmodel.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/grid/gridcolumn.cxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/grid/gridcontrol.hxx | 1 | ||||
-rw-r--r-- | toolkit/source/controls/tabpagemodel.cxx | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/toolkit/source/controls/geometrycontrolmodel.cxx b/toolkit/source/controls/geometrycontrolmodel.cxx index fe68f0a402ed..e1f0b7b4dd94 100644 --- a/toolkit/source/controls/geometrycontrolmodel.cxx +++ b/toolkit/source/controls/geometrycontrolmodel.cxx @@ -22,7 +22,6 @@ #include <com/sun/star/beans/PropertyAttribute.hpp> #include <osl/diagnose.h> #include <rtl/instance.hxx> -#include <comphelper/property.hxx> #include <comphelper/sequence.hxx> #include <toolkit/controls/eventcontainer.hxx> #include <toolkit/helper/property.hxx> diff --git a/toolkit/source/controls/grid/gridcolumn.cxx b/toolkit/source/controls/grid/gridcolumn.cxx index 9ad9a8bdbe60..6cf9b0639fdf 100644 --- a/toolkit/source/controls/grid/gridcolumn.cxx +++ b/toolkit/source/controls/grid/gridcolumn.cxx @@ -21,7 +21,6 @@ #include <com/sun/star/lang/IllegalArgumentException.hpp> #include <com/sun/star/uno/XComponentContext.hpp> -#include <comphelper/sequence.hxx> #include <cppuhelper/supportsservice.hxx> #include <cppuhelper/typeprovider.hxx> diff --git a/toolkit/source/controls/grid/gridcontrol.hxx b/toolkit/source/controls/grid/gridcontrol.hxx index ed8508e25afc..b82887f35d00 100644 --- a/toolkit/source/controls/grid/gridcontrol.hxx +++ b/toolkit/source/controls/grid/gridcontrol.hxx @@ -27,7 +27,6 @@ #include <toolkit/controls/unocontrolmodel.hxx> #include <toolkit/helper/servicenames.hxx> #include <cppuhelper/implbase.hxx> -#include <comphelper/sequence.hxx> #include <toolkit/helper/listenermultiplexer.hxx> #include <memory> diff --git a/toolkit/source/controls/tabpagemodel.cxx b/toolkit/source/controls/tabpagemodel.cxx index e5afd1c4be25..ade7374176f8 100644 --- a/toolkit/source/controls/tabpagemodel.cxx +++ b/toolkit/source/controls/tabpagemodel.cxx @@ -32,7 +32,6 @@ #include <cppuhelper/typeprovider.hxx> #include <tools/debug.hxx> #include <tools/diagnose_ex.h> -#include <comphelper/sequence.hxx> #include <vcl/outdev.hxx> #include <vcl/graph.hxx> |