summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-16 16:11:32 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-16 16:11:32 -0500
commit9484286af6b211a4699133cb896f1300be2680ac (patch)
tree4a762f121b03b9a58c6fd3da985bffe78be69186
parent4db12f8a9325d2fd82cba5d1e22ad59ffc4c1365 (diff)
Oops I forgot to remove the header include line.
-rw-r--r--sc/inc/dociter.hxx3
-rw-r--r--sc/source/core/data/table2.cxx1
-rw-r--r--sc/source/core/tool/interpr4.cxx1
-rw-r--r--sc/source/filter/excel/excrecds.cxx1
4 files changed, 5 insertions, 1 deletions
diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx
index 48682b77b799..f60cf14fd348 100644
--- a/sc/inc/dociter.hxx
+++ b/sc/inc/dociter.hxx
@@ -33,7 +33,6 @@
#include <tools/solar.h>
#include "global.hxx"
#include "scdllapi.h"
-#include "queryparam.hxx"
#include <memory>
@@ -49,6 +48,8 @@ class ScAttrArray;
class ScAttrIterator;
class ScRange;
class ScFlatBoolRowSegments;
+class ScMatrix;
+struct ScDBQueryParamBase;
struct ScQueryParam;
struct ScDBQueryParamInternal;
struct ScDBQueryParamMatrix;
diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx
index af10a163e73c..beb638bf7660 100644
--- a/sc/source/core/data/table2.cxx
+++ b/sc/source/core/data/table2.cxx
@@ -60,6 +60,7 @@
#include "sheetevents.hxx"
#include "globstr.hrc"
#include "segmenttree.hxx"
+#include "queryparam.hxx"
#include "queryentry.hxx"
// STATIC DATA -----------------------------------------------------------
diff --git a/sc/source/core/tool/interpr4.cxx b/sc/source/core/tool/interpr4.cxx
index 261403e6ed90..0f7d5742c30f 100644
--- a/sc/source/core/tool/interpr4.cxx
+++ b/sc/source/core/tool/interpr4.cxx
@@ -75,6 +75,7 @@
#include "formula/FormulaCompiler.hxx"
#include "macromgr.hxx"
#include "doubleref.hxx"
+#include "queryparam.hxx"
#include <math.h>
#include <float.h>
diff --git a/sc/source/filter/excel/excrecds.cxx b/sc/source/filter/excel/excrecds.cxx
index 71a193946ee7..7040f94781f9 100644
--- a/sc/source/filter/excel/excrecds.cxx
+++ b/sc/source/filter/excel/excrecds.cxx
@@ -88,6 +88,7 @@
#include "editutil.hxx"
#include "formula/errorcodes.hxx"
#include "queryentry.hxx"
+#include "queryparam.hxx"
#include "excdoc.hxx"
#include "xeescher.hxx"