summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-09 15:34:14 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-09 15:34:14 -0500
commit950f94c03a10977c0a5e08455bb49c192c3c6a36 (patch)
treed5c39c822d16dcfb6c3251c1f844d451a96207d4 /sc/source
parent81f80beb8c481b247f44a088a456edf07575a785 (diff)
Include dpglobal.hxx only when necessary.
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/core/data/dpoutput.cxx1
-rw-r--r--sc/source/core/data/dpsave.cxx1
-rw-r--r--sc/source/core/data/dpshttab.cxx1
-rw-r--r--sc/source/core/data/global2.cxx1
-rw-r--r--sc/source/ui/inc/fieldwnd.hxx2
5 files changed, 1 insertions, 5 deletions
diff --git a/sc/source/core/data/dpoutput.cxx b/sc/source/core/data/dpoutput.cxx
index 5bbf53a61a5d..78ef4e60b953 100644
--- a/sc/source/core/data/dpoutput.cxx
+++ b/sc/source/core/data/dpoutput.cxx
@@ -53,7 +53,6 @@
#include "scresid.hxx"
#include "unonames.hxx"
#include "sc.hrc"
-#include "dpglobal.hxx"
#include "stringutil.hxx"
#include <com/sun/star/beans/XPropertySet.hpp>
diff --git a/sc/source/core/data/dpsave.cxx b/sc/source/core/data/dpsave.cxx
index b9b1b7164b77..e27ef455c821 100644
--- a/sc/source/core/data/dpsave.cxx
+++ b/sc/source/core/data/dpsave.cxx
@@ -52,7 +52,6 @@
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/util/XCloneable.hpp>
#include "dptabsrc.hxx"
-#include "dpglobal.hxx"
#include <com/sun/star/sheet/DataPilotFieldReferenceType.hpp>
#include <com/sun/star/sheet/DataPilotFieldReferenceItemType.hpp>
diff --git a/sc/source/core/data/dpshttab.cxx b/sc/source/core/data/dpshttab.cxx
index 941e6292990d..b0e2ffe0ed78 100644
--- a/sc/source/core/data/dpshttab.cxx
+++ b/sc/source/core/data/dpshttab.cxx
@@ -40,7 +40,6 @@
#include "dpcachetable.hxx"
#include "dpobject.hxx"
#include "globstr.hrc"
-#include "dpglobal.hxx"
#include "rangenam.hxx"
#include "queryentry.hxx"
diff --git a/sc/source/core/data/global2.cxx b/sc/source/core/data/global2.cxx
index e370f7e2a1fb..47fd6a1709f4 100644
--- a/sc/source/core/data/global2.cxx
+++ b/sc/source/core/data/global2.cxx
@@ -44,7 +44,6 @@
#include "rechead.hxx"
#include "compiler.hxx"
#include "paramisc.hxx"
-#include "dpglobal.hxx"
#include "pivot.hxx"
#include "sc.hrc"
diff --git a/sc/source/ui/inc/fieldwnd.hxx b/sc/source/ui/inc/fieldwnd.hxx
index 49fc2edeba1e..e1bcfdb15918 100644
--- a/sc/source/ui/inc/fieldwnd.hxx
+++ b/sc/source/ui/inc/fieldwnd.hxx
@@ -31,7 +31,7 @@
#include <vector>
#include "address.hxx"
-#include "dpglobal.hxx"
+
#include <vcl/ctrl.hxx>
#include <vcl/fixed.hxx>
#include <vcl/scrbar.hxx>