diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-03 23:35:49 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-04 00:25:52 -0500 |
commit | 35692c7370bb35eb66f5485f6033af5de812ad1c (patch) | |
tree | 359b1f4c2c313103fed13552f118b805da2e5e13 /sc/inc/pivot.hxx | |
parent | 6fae316672b146937a52eeb6447b08177c26c43b (diff) |
ScOutlineCollection and its friends now free of ScSortedCollection.
But it's apparently broken at the moment. I need to fix this...
Diffstat (limited to 'sc/inc/pivot.hxx')
-rw-r--r-- | sc/inc/pivot.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/pivot.hxx b/sc/inc/pivot.hxx index 705f794a1fa7..11717374dc96 100644 --- a/sc/inc/pivot.hxx +++ b/sc/inc/pivot.hxx @@ -53,7 +53,6 @@ #include <boost/shared_ptr.hpp> class SubTotal; -#include "collect.hxx" #define PIVOT_DATA_FIELD (MAXCOLCOUNT) #define PIVOT_FUNC_REF (MAXCOLCOUNT) |