summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xicontent.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/filter/inc/xicontent.hxx')
-rw-r--r--sc/source/filter/inc/xicontent.hxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sc/source/filter/inc/xicontent.hxx b/sc/source/filter/inc/xicontent.hxx
index cb6b80850cdb..4a6b53dc8fa1 100644
--- a/sc/source/filter/inc/xicontent.hxx
+++ b/sc/source/filter/inc/xicontent.hxx
@@ -20,9 +20,7 @@
#ifndef INCLUDED_SC_SOURCE_FILTER_INC_XICONTENT_HXX
#define INCLUDED_SC_SOURCE_FILTER_INC_XICONTENT_HXX
-#include <global.hxx>
#include <rangelst.hxx>
-#include "xlcontent.hxx"
#include "xistring.hxx"
#include "xiroot.hxx"
#include <validat.hxx>
@@ -32,6 +30,9 @@
#include <vector>
#include <memory>
+class ErrCode;
+struct XclRange;
+
/* ============================================================================
Classes to import the big Excel document contents (related to several cells or
globals for the document).
@@ -118,8 +119,6 @@ public:
// Conditional formatting =====================================================
-class ScConditionalFormat;
-
/** Represents a conditional format with condition formulas, and formatting attributes. */
class XclImpCondFormat : protected XclImpRoot
{