summaryrefslogtreecommitdiff
path: root/sc/source/core/data/table2.cxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-11-23 23:34:18 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2011-11-23 23:34:18 -0500
commit92e03b82880ab1c83a1bfd59e179e3fb9f565257 (patch)
treed96c4e3098dc2e52b2b44c5bbb3065557416be29 /sc/source/core/data/table2.cxx
parentc4a3e29626126658cfb9e8755e9f98cfc4500abd (diff)
Cleaned up the ScTable declaration a bit.
* make it officially non-copyable. It was never copied anyway. * retire std::auto_ptr which is deprecated. Let's use boost::scoped_ptr. * some unused typedef's.
Diffstat (limited to 'sc/source/core/data/table2.cxx')
-rw-r--r--sc/source/core/data/table2.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/data/table2.cxx b/sc/source/core/data/table2.cxx
index beb638bf7660..75b5c4460a25 100644
--- a/sc/source/core/data/table2.cxx
+++ b/sc/source/core/data/table2.cxx
@@ -62,6 +62,7 @@
#include "segmenttree.hxx"
#include "queryparam.hxx"
#include "queryentry.hxx"
+#include "dbdata.hxx"
// STATIC DATA -----------------------------------------------------------