summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2013-03-03 22:51:30 +0100
committerThomas Arnhold <thomas@arnhold.org>2013-03-04 13:58:40 +0100
commit26e37ca4c7a26d59f1a42de2a43705f61327389e (patch)
tree03facb9e7f2135df1a1765e5a1cd19a55fa3e0c8 /sc
parent57d169b6061549ce273582bd2ee96cce34f1c5a2 (diff)
doubled includes
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/conditio.hxx2
-rw-r--r--sc/inc/document.hxx1
-rw-r--r--sc/source/filter/excel/excimp8.cxx1
-rw-r--r--sc/source/ui/app/scmod.cxx1
-rw-r--r--sc/source/ui/condformat/condformatdlg.cxx1
-rw-r--r--sc/source/ui/inc/formula.hxx1
-rw-r--r--sc/source/ui/inc/highred.hxx1
-rw-r--r--sc/source/ui/vba/vbaapplication.cxx1
8 files changed, 0 insertions, 9 deletions
diff --git a/sc/inc/conditio.hxx b/sc/inc/conditio.hxx
index 810d3be31054..cb4331318df8 100644
--- a/sc/inc/conditio.hxx
+++ b/sc/inc/conditio.hxx
@@ -35,8 +35,6 @@
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/scoped_ptr.hpp>
-#include <map>
-
class ScBaseCell;
class ScFormulaCell;
class ScTokenArray;
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx
index 5c190678e4a6..67be28a9be18 100644
--- a/sc/inc/document.hxx
+++ b/sc/inc/document.hxx
@@ -33,7 +33,6 @@
#include "types.hxx"
#include "formula/grammar.hxx"
#include <com/sun/star/chart2/XChartDocument.hpp>
-#include "scdllapi.h"
#include "typedstrdata.hxx"
#include "compressedarray.hxx"
#include <tools/fract.hxx>
diff --git a/sc/source/filter/excel/excimp8.cxx b/sc/source/filter/excel/excimp8.cxx
index dfc992de0bed..52852475672d 100644
--- a/sc/source/filter/excel/excimp8.cxx
+++ b/sc/source/filter/excel/excimp8.cxx
@@ -103,7 +103,6 @@
#include <oox/ole/vbaproject.hxx>
#include <oox/ole/olestorage.hxx>
#include <unotools/streamwrap.hxx>
-#include <comphelper/processfactory.hxx>
using namespace com::sun::star;
using namespace ::comphelper;
diff --git a/sc/source/ui/app/scmod.cxx b/sc/source/ui/app/scmod.cxx
index 8506f120093e..29f9618107da 100644
--- a/sc/source/ui/app/scmod.cxx
+++ b/sc/source/ui/app/scmod.cxx
@@ -82,7 +82,6 @@
#include "inputwin.hxx"
#include "msgpool.hxx"
#include "scresid.hxx"
-#include "anyrefdg.hxx"
#include "dwfunctr.hxx"
#include "formdata.hxx"
#include "tpprint.hxx"
diff --git a/sc/source/ui/condformat/condformatdlg.cxx b/sc/source/ui/condformat/condformatdlg.cxx
index 4bd4c05b3467..d3e1bbff2109 100644
--- a/sc/source/ui/condformat/condformatdlg.cxx
+++ b/sc/source/ui/condformat/condformatdlg.cxx
@@ -43,7 +43,6 @@
#include "conditio.hxx"
#include "stlpool.hxx"
#include "tabvwsh.hxx"
-#include "conditio.hxx"
#include "colorscale.hxx"
#include "colorformat.hxx"
#include "reffact.hxx"
diff --git a/sc/source/ui/inc/formula.hxx b/sc/source/ui/inc/formula.hxx
index d55ade83ffd7..1b3790e55929 100644
--- a/sc/source/ui/inc/formula.hxx
+++ b/sc/source/ui/inc/formula.hxx
@@ -32,7 +32,6 @@
#include "formula/formula.hxx"
#include "IAnyRefDialog.hxx"
-#include "anyrefdg.hxx"
class ScViewData;
class ScDocument;
diff --git a/sc/source/ui/inc/highred.hxx b/sc/source/ui/inc/highred.hxx
index 2f445925be54..b7895138df0c 100644
--- a/sc/source/ui/inc/highred.hxx
+++ b/sc/source/ui/inc/highred.hxx
@@ -30,7 +30,6 @@
#include "rangenam.hxx"
#include "anyrefdg.hxx"
-#include <vcl/morebtn.hxx>
#include <vcl/lstbox.hxx>
#include <svx/ctredlin.hxx>
diff --git a/sc/source/ui/vba/vbaapplication.cxx b/sc/source/ui/vba/vbaapplication.cxx
index f15f0ab2edbb..1a2e82b8d3b8 100644
--- a/sc/source/ui/vba/vbaapplication.cxx
+++ b/sc/source/ui/vba/vbaapplication.cxx
@@ -87,7 +87,6 @@
#include "excelvbahelper.hxx"
#include <basic/sbmod.hxx>
-#include <basic/sbuno.hxx>
#include <basic/sbxobj.hxx>
#include "viewutil.hxx"