summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-09 23:04:50 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-11 00:25:34 -0400
commitb1ccc1bf6632d1341f648f7d6e6e90f49701a9c0 (patch)
treedb6e974f58496c993fb3783e7e953f38a3b82081 /sc/qa/unit/ucalc.hxx
parent4e10b2e26f4ac5e2a5ff28e2e3a1eedbf5f8ca61 (diff)
Add test for formula grouping during undo.
Change-Id: Ifab98b1eedf4420ed5b609e0684422c8aae0d33c
Diffstat (limited to 'sc/qa/unit/ucalc.hxx')
-rw-r--r--sc/qa/unit/ucalc.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index 9530614abf24..04896833a0cc 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -13,6 +13,7 @@
#include "helper/qahelper.hxx"
struct TestImpl;
+class ScUndoPaste;
/**
* Temporarily set formula grammar.
@@ -33,6 +34,7 @@ public:
static void clearRange(ScDocument* pDoc, const ScRange& rRange);
static void copyToClip(ScDocument* pSrcDoc, const ScRange& rRange, ScDocument* pClipDoc);
static void pasteFromClip(ScDocument* pDestDoc, const ScRange& rDestRange, ScDocument* pClipDoc);
+ static ScUndoPaste* createUndoPaste(ScDocShell& rDocSh, const ScRange& rRange, ScDocument* pUndoDoc);
Test();
~Test();