summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2016-08-31 22:49:36 +0200
committerNoel Grandin <noelgrandin@gmail.com>2016-09-01 06:39:45 +0000
commitc48f940cf888816b3282b1c82136f57c010f1236 (patch)
tree8c3cb6430943d0e917f8c1f92a4e015ec35d8142 /sc
parenteac1468db541feafcbabb88b59d3e555845bd3b2 (diff)
remove some unnecessary global.hxx includes
Change-Id: I50afe36056d32352a1c3118bc445fd55bcf10b6e Reviewed-on: https://gerrit.libreoffice.org/28568 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc')
-rw-r--r--sc/inc/addruno.hxx1
-rw-r--r--sc/inc/arealink.hxx1
-rw-r--r--sc/inc/autoform.hxx3
-rw-r--r--sc/inc/bigrange.hxx2
-rw-r--r--sc/inc/brdcst.hxx1
5 files changed, 3 insertions, 5 deletions
diff --git a/sc/inc/addruno.hxx b/sc/inc/addruno.hxx
index 66a55f92355f..7b42f654e885 100644
--- a/sc/inc/addruno.hxx
+++ b/sc/inc/addruno.hxx
@@ -24,7 +24,6 @@
#include <com/sun/star/beans/XPropertySet.hpp>
#include <cppuhelper/implbase.hxx>
#include <svl/lstner.hxx>
-#include "global.hxx"
#include "address.hxx"
class ScAddressConversionObj : public ::cppu::WeakImplHelper<
diff --git a/sc/inc/arealink.hxx b/sc/inc/arealink.hxx
index 4f15f791f0cd..2f5790196090 100644
--- a/sc/inc/arealink.hxx
+++ b/sc/inc/arealink.hxx
@@ -20,7 +20,6 @@
#ifndef INCLUDED_SC_INC_AREALINK_HXX
#define INCLUDED_SC_INC_AREALINK_HXX
-#include "global.hxx"
#include "refreshtimer.hxx"
#include "address.hxx"
#include <sfx2/lnkbase.hxx>
diff --git a/sc/inc/autoform.hxx b/sc/inc/autoform.hxx
index 4c172f114a99..f451f2ea8273 100644
--- a/sc/inc/autoform.hxx
+++ b/sc/inc/autoform.hxx
@@ -55,12 +55,13 @@
#include <svl/intitem.hxx>
#include <editeng/lineitem.hxx>
#include "scdllapi.h"
-#include "global.hxx"
#include "zforauto.hxx"
#include <memory>
#include <map>
+class ScDocument;
+
/**
A binary blob of writer-specific data. This data typically consists of types that are
unavailable to Calc (e.g. SwFmtVertOrient), or that Calc doesn't care about.
diff --git a/sc/inc/bigrange.hxx b/sc/inc/bigrange.hxx
index b4423c6c9a47..049b74482962 100644
--- a/sc/inc/bigrange.hxx
+++ b/sc/inc/bigrange.hxx
@@ -20,7 +20,7 @@
#ifndef INCLUDED_SC_INC_BIGRANGE_HXX
#define INCLUDED_SC_INC_BIGRANGE_HXX
-#include "global.hxx"
+#include "address.hxx"
#include <algorithm>
static const sal_Int32 nInt32Min = 0x80000000;
diff --git a/sc/inc/brdcst.hxx b/sc/inc/brdcst.hxx
index 606541b7e189..5c91138defd8 100644
--- a/sc/inc/brdcst.hxx
+++ b/sc/inc/brdcst.hxx
@@ -19,7 +19,6 @@
#ifndef INCLUDED_SC_INC_BRDCST_HXX
#define INCLUDED_SC_INC_BRDCST_HXX
-#include "global.hxx"
#include "address.hxx"
#include "simplehintids.hxx"
#include <svl/hint.hxx>