diff options
author | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-03-31 17:33:32 +0200 |
---|---|---|
committer | Jochen Nitschke <j.nitschke+logerrit@ok.de> | 2018-04-01 12:11:26 +0200 |
commit | 9401c7c28a91c4195f7d767bd46658fd08300c72 (patch) | |
tree | 7c9707fcb3629f93c830810e66916696a3f58a1d /chart2 | |
parent | 6f92c49f3801589202c58739e89b08b525a4d279 (diff) |
remove unused processfactory.hxx includes
and fix fallout
Change-Id: Id06bf31f2075111e426ba40c84c885ae70697bee
Reviewed-on: https://gerrit.libreoffice.org/52206
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jochen Nitschke <j.nitschke+logerrit@ok.de>
Diffstat (limited to 'chart2')
5 files changed, 0 insertions, 6 deletions
diff --git a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx index d9aa1f0fdc67..f2f02898f3b9 100644 --- a/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx +++ b/chart2/source/controller/chartapiwrapper/WrappedSymbolProperties.cxx @@ -35,8 +35,6 @@ #include <vcl/GraphicObject.hxx> #include <vcl/outdev.hxx> -#include <comphelper/processfactory.hxx> - using namespace ::com::sun::star; using ::com::sun::star::uno::Any; using ::com::sun::star::uno::Reference; diff --git a/chart2/source/controller/sidebar/ChartAxisPanel.cxx b/chart2/source/controller/sidebar/ChartAxisPanel.cxx index b5d130fbd88b..ec54b118b39f 100644 --- a/chart2/source/controller/sidebar/ChartAxisPanel.cxx +++ b/chart2/source/controller/sidebar/ChartAxisPanel.cxx @@ -31,7 +31,6 @@ #include <vcl/toolbox.hxx> #include <svl/intitem.hxx> #include <svl/stritem.hxx> -#include <comphelper/processfactory.hxx> using namespace css; using namespace css::uno; diff --git a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx index b9019c523616..4b3b5998abb5 100644 --- a/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx +++ b/chart2/source/controller/sidebar/ChartErrorBarPanel.cxx @@ -32,7 +32,6 @@ #include <vcl/toolbox.hxx> #include <svl/intitem.hxx> #include <svl/stritem.hxx> -#include <comphelper/processfactory.hxx> using namespace css; using namespace css::uno; diff --git a/chart2/source/controller/sidebar/ChartSeriesPanel.cxx b/chart2/source/controller/sidebar/ChartSeriesPanel.cxx index 023f548b485a..836aaaba3002 100644 --- a/chart2/source/controller/sidebar/ChartSeriesPanel.cxx +++ b/chart2/source/controller/sidebar/ChartSeriesPanel.cxx @@ -38,7 +38,6 @@ #include <vcl/toolbox.hxx> #include <svl/intitem.hxx> #include <svl/stritem.hxx> -#include <comphelper/processfactory.hxx> #include <ChartModel.hxx> #include <DataSeriesHelper.hxx> diff --git a/chart2/source/tools/NumberFormatterWrapper.cxx b/chart2/source/tools/NumberFormatterWrapper.cxx index 01da37fce6ff..ce801820d837 100644 --- a/chart2/source/tools/NumberFormatterWrapper.cxx +++ b/chart2/source/tools/NumberFormatterWrapper.cxx @@ -18,7 +18,6 @@ */ #include <NumberFormatterWrapper.hxx> -#include <comphelper/processfactory.hxx> #include <svl/numuno.hxx> #include <svl/zformat.hxx> #include <tools/color.hxx> |