[Libreoffice-commits] .: sc/inc sc/source

Kohei Yoshida kohei at kemper.freedesktop.org
Wed Nov 16 13:11:59 PST 2011


 sc/inc/dociter.hxx                  |    3 ++-
 sc/source/core/data/table2.cxx      |    1 +
 sc/source/core/tool/interpr4.cxx    |    1 +
 sc/source/filter/excel/excrecds.cxx |    1 +
 4 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 9484286af6b211a4699133cb896f1300be2680ac
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date:   Wed Nov 16 16:11:32 2011 -0500

    Oops I forgot to remove the header include line.

diff --git a/sc/inc/dociter.hxx b/sc/inc/dociter.hxx
index 48682b7..f60cf14 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 af10a16..beb638b 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 261403e..0f7d574 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 71a1939..7040f94 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"


More information about the Libreoffice-commits mailing list