summaryrefslogtreecommitdiff
path: root/sc/inc/autoform.hxx
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/inc/autoform.hxx
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/inc/autoform.hxx')
-rw-r--r--sc/inc/autoform.hxx3
1 files changed, 2 insertions, 1 deletions
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.