summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/ucalc.hxx')
-rw-r--r--sc/qa/unit/ucalc.hxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index ca5ddcfbe5ce..2d7a41ae1a2d 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -12,6 +12,8 @@
#include "helper/qahelper.hxx"
+struct TestImpl;
+
class Test : public test::BootstrapFixture
{
public:
@@ -19,6 +21,9 @@ public:
static void clearRange(ScDocument* pDoc, const ScRange& rRange);
Test();
+ ~Test();
+
+ ScDocShell& getDocShell();
virtual void setUp();
virtual void tearDown();
@@ -296,8 +301,8 @@ public:
CPPUNIT_TEST_SUITE_END();
private:
+ TestImpl* m_pImpl;
ScDocument *m_pDoc;
- ScDocShellRef m_xDocShRef;
};