From a0b93fe08162b84b780a8f2553147485ec8629ff Mon Sep 17 00:00:00 2001 From: Jochen Nitschke Date: Fri, 19 May 2017 16:26:48 +0200 Subject: cleanup unused css/script/ includes but keep exception includes in headers for now Change-Id: I826828675a2d14b906e57068cbced2e790e12bce Reviewed-on: https://gerrit.libreoffice.org/37846 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/filter/excel/excimp8.cxx | 1 - sc/source/ui/unoobj/servuno.cxx | 1 - sc/source/ui/unoobj/viewuno.cxx | 1 - sc/source/ui/vba/vbainterior.hxx | 1 - sc/source/ui/vba/vbapagebreak.hxx | 1 - sc/source/ui/vba/vbapagebreaks.hxx | 1 - sc/source/ui/vba/vbarange.hxx | 2 -- sc/source/ui/vba/vbaworkbooks.cxx | 6 ------ sc/source/ui/vba/vbaworksheet.cxx | 7 ------- sc/source/ui/vba/vbaworksheet.hxx | 1 - sc/source/ui/view/viewfun2.cxx | 1 - 11 files changed, 23 deletions(-) (limited to 'sc') diff --git a/sc/source/filter/excel/excimp8.cxx b/sc/source/filter/excel/excimp8.cxx index 050f59ea4f93..d5fb00c995ed 100644 --- a/sc/source/filter/excel/excimp8.cxx +++ b/sc/source/filter/excel/excimp8.cxx @@ -95,7 +95,6 @@ #include #include -#include #include #include #include diff --git a/sc/source/ui/unoobj/servuno.cxx b/sc/source/ui/unoobj/servuno.cxx index 6d46da3922b8..edf0e6c803e3 100644 --- a/sc/source/ui/unoobj/servuno.cxx +++ b/sc/source/ui/unoobj/servuno.cxx @@ -52,7 +52,6 @@ #include #include #include -#include #include #include #include diff --git a/sc/source/ui/unoobj/viewuno.cxx b/sc/source/ui/unoobj/viewuno.cxx index 2223c804cbfe..170cc581d7ae 100644 --- a/sc/source/ui/unoobj/viewuno.cxx +++ b/sc/source/ui/unoobj/viewuno.cxx @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include diff --git a/sc/source/ui/vba/vbainterior.hxx b/sc/source/ui/vba/vbainterior.hxx index 98d928686f66..9bb86ab308c0 100644 --- a/sc/source/ui/vba/vbainterior.hxx +++ b/sc/source/ui/vba/vbainterior.hxx @@ -25,7 +25,6 @@ #include #include -#include #include #include diff --git a/sc/source/ui/vba/vbapagebreak.hxx b/sc/source/ui/vba/vbapagebreak.hxx index e86c799b050d..4d6f847a0491 100644 --- a/sc/source/ui/vba/vbapagebreak.hxx +++ b/sc/source/ui/vba/vbapagebreak.hxx @@ -24,7 +24,6 @@ #include #include #include -#include #include #include #include diff --git a/sc/source/ui/vba/vbapagebreaks.hxx b/sc/source/ui/vba/vbapagebreaks.hxx index cf656d074128..58c217ada3d0 100644 --- a/sc/source/ui/vba/vbapagebreaks.hxx +++ b/sc/source/ui/vba/vbapagebreaks.hxx @@ -25,7 +25,6 @@ #include #include #include -#include #include #include #include diff --git a/sc/source/ui/vba/vbarange.hxx b/sc/source/ui/vba/vbarange.hxx index 73cd9de39ea5..cc63ead27f9a 100644 --- a/sc/source/ui/vba/vbarange.hxx +++ b/sc/source/ui/vba/vbarange.hxx @@ -34,8 +34,6 @@ #include #include #include -#include -#include #include #include #include diff --git a/sc/source/ui/vba/vbaworkbooks.cxx b/sc/source/ui/vba/vbaworkbooks.cxx index a0cefaeb7982..6683265fdaf8 100644 --- a/sc/source/ui/vba/vbaworkbooks.cxx +++ b/sc/source/ui/vba/vbaworkbooks.cxx @@ -35,12 +35,6 @@ #include #include #include -#include -#include -#include -#include -#include -#include #include #include diff --git a/sc/source/ui/vba/vbaworksheet.cxx b/sc/source/ui/vba/vbaworksheet.cxx index 3c7e8a3c2c76..9da55235419c 100644 --- a/sc/source/ui/vba/vbaworksheet.cxx +++ b/sc/source/ui/vba/vbaworksheet.cxx @@ -64,13 +64,6 @@ #include #include -#include -#include -#include -#include -#include -#include - //zhangyun showdataform #include #include "scabstdlg.hxx" diff --git a/sc/source/ui/vba/vbaworksheet.hxx b/sc/source/ui/vba/vbaworksheet.hxx index a1d8fa11f9ec..4b7ded3cc680 100644 --- a/sc/source/ui/vba/vbaworksheet.hxx +++ b/sc/source/ui/vba/vbaworksheet.hxx @@ -22,7 +22,6 @@ #include #include -#include #include #include #include diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx index 9a4aea9ef7b1..b1b89f1d563d 100644 --- a/sc/source/ui/view/viewfun2.cxx +++ b/sc/source/ui/view/viewfun2.cxx @@ -40,7 +40,6 @@ #include #include -#include #include "viewfunc.hxx" -- cgit