From 2a2e5986555a3d2325f9f6ad1702ece305ce8df0 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Mon, 17 Sep 2012 16:09:24 -0400 Subject: Forward declaration cleanup in header files. Change-Id: I2bbfa48e49bb8c91c6d3e2bb485ded9e8e67f13b --- sc/inc/dpcachetable.hxx | 10 ---------- sc/inc/dpobject.hxx | 4 ++++ 2 files changed, 4 insertions(+), 10 deletions(-) (limited to 'sc') diff --git a/sc/inc/dpcachetable.hxx b/sc/inc/dpcachetable.hxx index d83491089d16..5f29711b15ed 100644 --- a/sc/inc/dpcachetable.hxx +++ b/sc/inc/dpcachetable.hxx @@ -37,16 +37,6 @@ #include #include #include -#include - -namespace com { namespace sun { namespace star { - namespace sdbc { - class XRowSet; - } - namespace sheet { - struct DataPilotFieldFilter; - } -}}} class Date; class ScDPItemData; 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; -- cgit