summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpobject.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-09-17 16:09:24 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-09-18 00:40:34 -0400
commit2a2e5986555a3d2325f9f6ad1702ece305ce8df0 (patch)
tree59011f19f50f1c047635564badbf1d969a9e1f05 /sc/inc/dpobject.hxx
parentDo the same for the no-parameter variant of fillTable(). (diff)
downloadcore-2a2e5986555a3d2325f9f6ad1702ece305ce8df0.tar.gz
core-2a2e5986555a3d2325f9f6ad1702ece305ce8df0.zip
Forward declaration cleanup in header files.
Change-Id: I2bbfa48e49bb8c91c6d3e2bb485ded9e8e67f13b
Diffstat (limited to 'sc/inc/dpobject.hxx')
-rw-r--r--sc/inc/dpobject.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sc/inc/dpobject.hxx b/sc/inc/dpobject.hxx
index cba66ccb68b6..fb40c5edb2cc 100644
--- a/sc/inc/dpobject.hxx
+++ b/sc/inc/dpobject.hxx
@@ -53,6 +53,10 @@ namespace com { namespace sun { namespace star {
class XIndexAccess;
}
+ namespace sdbc {
+ class XRowSet;
+ }
+
namespace sheet {
struct DataPilotTablePositionData;
struct DataPilotTableHeaderData;