[Libreoffice-commits] core.git: sc/inc

Jochen Nitschke j.nitschke+logerrit at ok.de
Thu Sep 1 06:40:11 UTC 2016


 sc/inc/addruno.hxx  |    1 -
 sc/inc/arealink.hxx |    1 -
 sc/inc/autoform.hxx |    3 ++-
 sc/inc/bigrange.hxx |    2 +-
 sc/inc/brdcst.hxx   |    1 -
 5 files changed, 3 insertions(+), 5 deletions(-)

New commits:
commit c48f940cf888816b3282b1c82136f57c010f1236
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
Date:   Wed Aug 31 22:49:36 2016 +0200

    remove some unnecessary global.hxx includes
    
    Change-Id: I50afe36056d32352a1c3118bc445fd55bcf10b6e
    Reviewed-on: https://gerrit.libreoffice.org/28568
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Noel Grandin <noelgrandin at gmail.com>

diff --git a/sc/inc/addruno.hxx b/sc/inc/addruno.hxx
index 66a55f9..7b42f65 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 4f15f79..2f57901 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 4c172f1..f451f2e 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 b4423c6..049b744 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 606541b..5c91138 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>


More information about the Libreoffice-commits mailing list