From 5a4e106be6778f7e96fa36d2076ef4e7a90f81d9 Mon Sep 17 00:00:00 2001 From: Bartosz Kosiorek Date: Mon, 21 Nov 2016 19:32:34 +0100 Subject: tdf#42949 Remove not needed uno headers from sc/source/core Change-Id: I1fd2b647caaa947390443ec41591a7ea050c4819 Reviewed-on: https://gerrit.libreoffice.org/31046 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- sc/source/core/data/attrib.cxx | 3 --- sc/source/core/data/documen5.cxx | 1 - sc/source/core/data/documen6.cxx | 1 - sc/source/core/data/dpgroup.cxx | 2 -- sc/source/core/data/dpoutput.cxx | 1 - sc/source/core/data/dpsave.cxx | 3 --- sc/source/core/data/dpshttab.cxx | 1 - sc/source/core/data/dptabdat.cxx | 1 - sc/source/core/data/dptabres.cxx | 1 - sc/source/core/data/dptabsrc.cxx | 1 - sc/source/core/data/drwlayer.cxx | 6 ------ sc/source/core/data/global.cxx | 1 - sc/source/core/data/globalx.cxx | 1 - sc/source/core/data/table3.cxx | 1 - sc/source/core/tool/address.cxx | 1 - sc/source/core/tool/compiler.cxx | 1 - sc/source/core/tool/formulaparserpool.cxx | 1 - 17 files changed, 27 deletions(-) (limited to 'sc') diff --git a/sc/source/core/data/attrib.cxx b/sc/source/core/data/attrib.cxx index fe42b6274940..9da829353099 100644 --- a/sc/source/core/data/attrib.cxx +++ b/sc/source/core/data/attrib.cxx @@ -18,9 +18,6 @@ */ #include -#include -#include -#include #include "scitems.hxx" #include diff --git a/sc/source/core/data/documen5.cxx b/sc/source/core/data/documen5.cxx index f5f9f0c3e5e1..595961851267 100644 --- a/sc/source/core/data/documen5.cxx +++ b/sc/source/core/data/documen5.cxx @@ -22,7 +22,6 @@ #include #include #include -#include #include #include diff --git a/sc/source/core/data/documen6.cxx b/sc/source/core/data/documen6.cxx index e7713e16495c..03dee37a6aac 100644 --- a/sc/source/core/data/documen6.cxx +++ b/sc/source/core/data/documen6.cxx @@ -22,7 +22,6 @@ #include #include -#include #include #include "document.hxx" diff --git a/sc/source/core/data/dpgroup.cxx b/sc/source/core/data/dpgroup.cxx index 50aeeb6d2534..cf3cfbf407e8 100644 --- a/sc/source/core/data/dpgroup.cxx +++ b/sc/source/core/data/dpgroup.cxx @@ -33,8 +33,6 @@ #include #include -#include -#include #include #include diff --git a/sc/source/core/data/dpoutput.cxx b/sc/source/core/data/dpoutput.cxx index 7124b5170aa5..39227bf9c051 100644 --- a/sc/source/core/data/dpoutput.cxx +++ b/sc/source/core/data/dpoutput.cxx @@ -50,7 +50,6 @@ #include #include #include -#include #include #include diff --git a/sc/source/core/data/dpsave.cxx b/sc/source/core/data/dpsave.cxx index 320be4d23de9..a3fae76e23d7 100644 --- a/sc/source/core/data/dpsave.cxx +++ b/sc/source/core/data/dpsave.cxx @@ -39,15 +39,12 @@ #include #include #include -#include #include #include #include #include #include -#include -#include #include #include diff --git a/sc/source/core/data/dpshttab.cxx b/sc/source/core/data/dpshttab.cxx index 3fc321a03c89..c65eb9841a67 100644 --- a/sc/source/core/data/dpshttab.cxx +++ b/sc/source/core/data/dpshttab.cxx @@ -29,7 +29,6 @@ #include "rangenam.hxx" #include "queryentry.hxx" -#include #include #include diff --git a/sc/source/core/data/dptabdat.cxx b/sc/source/core/data/dptabdat.cxx index 634e7ebe3f55..4b996827ad5a 100644 --- a/sc/source/core/data/dptabdat.cxx +++ b/sc/source/core/data/dptabdat.cxx @@ -31,7 +31,6 @@ #include #include -#include using namespace ::com::sun::star; using ::std::vector; diff --git a/sc/source/core/data/dptabres.cxx b/sc/source/core/data/dptabres.cxx index 9f2b53debbf7..6747347a1c67 100644 --- a/sc/source/core/data/dptabres.cxx +++ b/sc/source/core/data/dptabres.cxx @@ -48,7 +48,6 @@ #include #include #include -#include using namespace com::sun::star; using ::std::vector; diff --git a/sc/source/core/data/dptabsrc.cxx b/sc/source/core/data/dptabsrc.cxx index 2454bdfe36bb..cc024ac56cfa 100644 --- a/sc/source/core/data/dptabsrc.cxx +++ b/sc/source/core/data/dptabsrc.cxx @@ -54,7 +54,6 @@ #include #include #include -#include #include #include diff --git a/sc/source/core/data/drwlayer.cxx b/sc/source/core/data/drwlayer.cxx index e57729057b82..f2e93dddb999 100644 --- a/sc/source/core/data/drwlayer.cxx +++ b/sc/source/core/data/drwlayer.cxx @@ -20,13 +20,7 @@ #include #include #include -#include #include -#include -#include -#include -#include -#include #include #include "scitems.hxx" diff --git a/sc/source/core/data/global.cxx b/sc/source/core/data/global.cxx index 50c5ba400652..68d1d83937a9 100644 --- a/sc/source/core/data/global.cxx +++ b/sc/source/core/data/global.cxx @@ -53,7 +53,6 @@ #include #include #include -#include #include #include #include diff --git a/sc/source/core/data/globalx.cxx b/sc/source/core/data/globalx.cxx index 2b3794a8fa61..e1aad6443c8b 100644 --- a/sc/source/core/data/globalx.cxx +++ b/sc/source/core/data/globalx.cxx @@ -32,7 +32,6 @@ #include #include -#include #include #include #include diff --git a/sc/source/core/data/table3.cxx b/sc/source/core/data/table3.cxx index eb91b3c86935..fcd6984f650d 100644 --- a/sc/source/core/data/table3.cxx +++ b/sc/source/core/data/table3.cxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include diff --git a/sc/source/core/tool/address.cxx b/sc/source/core/tool/address.cxx index 2d73e448f972..bb2c9e20ebf9 100644 --- a/sc/source/core/tool/address.cxx +++ b/sc/source/core/tool/address.cxx @@ -27,7 +27,6 @@ #include #include -#include #include #include #include diff --git a/sc/source/core/tool/compiler.cxx b/sc/source/core/tool/compiler.cxx index 8b8845522f37..b9b3a192a2ef 100644 --- a/sc/source/core/tool/compiler.cxx +++ b/sc/source/core/tool/compiler.cxx @@ -34,7 +34,6 @@ #include #include #include -#include #include #include #include diff --git a/sc/source/core/tool/formulaparserpool.cxx b/sc/source/core/tool/formulaparserpool.cxx index 68213df37bdd..e86d7aa2317e 100644 --- a/sc/source/core/tool/formulaparserpool.cxx +++ b/sc/source/core/tool/formulaparserpool.cxx @@ -18,7 +18,6 @@ */ #include "formulaparserpool.hxx" -#include #include #include #include -- cgit