diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-23 23:34:18 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-11-23 23:34:18 -0500 |
commit | 92e03b82880ab1c83a1bfd59e179e3fb9f565257 (patch) | |
tree | d96c4e3098dc2e52b2b44c5bbb3065557416be29 /sc/qa/unit | |
parent | c4a3e29626126658cfb9e8755e9f98cfc4500abd (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/qa/unit')
-rw-r--r-- | sc/qa/unit/ucalc.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx index 9b0cbcc7962a..21914d99e503 100644 --- a/sc/qa/unit/ucalc.cxx +++ b/sc/qa/unit/ucalc.cxx @@ -46,6 +46,7 @@ #include "queryentry.hxx" #include "postit.hxx" #include "attrib.hxx" +#include "dbdata.hxx" #include "docsh.hxx" #include "docfunc.hxx" |