diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-09-17 16:09:24 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2012-09-18 00:40:34 -0400 |
commit | 2a2e5986555a3d2325f9f6ad1702ece305ce8df0 (patch) | |
tree | 59011f19f50f1c047635564badbf1d969a9e1f05 /sc | |
parent | d3469ce86e954d6b9c15d3442791121c8c8d015e (diff) |
Forward declaration cleanup in header files.
Change-Id: I2bbfa48e49bb8c91c6d3e2bb485ded9e8e67f13b
Diffstat (limited to 'sc')
-rw-r--r-- | sc/inc/dpcachetable.hxx | 10 | ||||
-rw-r--r-- | sc/inc/dpobject.hxx | 4 |
2 files changed, 4 insertions, 10 deletions
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 <vector> #include <boost/unordered_set.hpp> #include <boost/shared_ptr.hpp> -#include <com/sun/star/uno/Reference.hxx> - -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; |