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

Kohei Yoshida kohei at kemper.freedesktop.org
Fri Mar 9 17:06:31 PST 2012


 sc/inc/dpcache.hxx               |   14 ++++++++------
 sc/inc/dptabdat.hxx              |    1 +
 sc/source/core/data/dpcache.cxx  |    5 +++--
 sc/source/core/data/dpobject.cxx |    1 +
 4 files changed, 13 insertions(+), 8 deletions(-)

New commits:
commit 3a30ced6bea3567bce2cc79adc6beb28f18b554b
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date:   Fri Mar 9 20:06:45 2012 -0500

    Some header cleanup.

diff --git a/sc/inc/dpcache.hxx b/sc/inc/dpcache.hxx
index 4c5e1bf..a0e6a6d 100644
--- a/sc/inc/dpcache.hxx
+++ b/sc/inc/dpcache.hxx
@@ -31,12 +31,7 @@
 
 #include "global.hxx"
 #include "dpnumgroupinfo.hxx"
-
-#include <svl/zforlist.hxx>
-
-#include <com/sun/star/sdbc/DataType.hpp>
-#include <com/sun/star/sdbc/XRow.hpp>
-#include <com/sun/star/sdbc/XRowSet.hpp>
+#include "tools/date.hxx"
 
 #include <boost/noncopyable.hpp>
 #include <boost/scoped_ptr.hpp>
@@ -44,6 +39,13 @@
 #include <mdds/flat_segment_tree.hpp>
 
 #include <vector>
+#include <set>
+
+namespace com { namespace sun { namespace star {
+    namespace sdbc {
+        class XRowSet;
+    }
+}}}
 
 struct ScQueryParam;
 class ScDPObject;
diff --git a/sc/inc/dptabdat.hxx b/sc/inc/dptabdat.hxx
index 0fbad22..3951275 100644
--- a/sc/inc/dptabdat.hxx
+++ b/sc/inc/dptabdat.hxx
@@ -34,6 +34,7 @@
 #include "dpcachetable.hxx"
 #include "dpcache.hxx"
 #include <tools/string.hxx>
+#include "svl/zforlist.hxx"
 
 #include <vector>
 #include <set>
diff --git a/sc/source/core/data/dpcache.cxx b/sc/source/core/data/dpcache.cxx
index 09bce92..0aa8224 100644
--- a/sc/source/core/data/dpcache.cxx
+++ b/sc/source/core/data/dpcache.cxx
@@ -43,12 +43,13 @@
 #include <rtl/math.hxx>
 #include <unotools/textsearch.hxx>
 #include <unotools/localedatawrapper.hxx>
+#include <svl/zforlist.hxx>
 
 #include <com/sun/star/sdbc/DataType.hpp>
-#include <com/sun/star/sdbc/XRow.hpp>
-#include <com/sun/star/sdbc/XRowSet.hpp>
 #include <com/sun/star/sdbc/XResultSetMetaData.hpp>
 #include <com/sun/star/sdbc/XResultSetMetaDataSupplier.hpp>
+#include <com/sun/star/sdbc/XRow.hpp>
+#include <com/sun/star/sdbc/XRowSet.hpp>
 
 #include <memory>
 
diff --git a/sc/source/core/data/dpobject.cxx b/sc/source/core/data/dpobject.cxx
index 8e1eff8..3b192b5 100644
--- a/sc/source/core/data/dpobject.cxx
+++ b/sc/source/core/data/dpobject.cxx
@@ -56,6 +56,7 @@
 
 #include <com/sun/star/beans/XPropertySet.hpp>
 #include <com/sun/star/sdb/XCompletedExecution.hpp>
+#include <com/sun/star/sdbc/XRowSet.hpp>
 #include <com/sun/star/sheet/GeneralFunction.hpp>
 #include <com/sun/star/sheet/DataPilotFieldFilter.hpp>
 #include <com/sun/star/sheet/DataPilotFieldOrientation.hpp>


More information about the Libreoffice-commits mailing list