summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-01-16 12:50:48 -0500
committerKohei Yoshida <kohei.yoshida@collabora.com>2014-01-16 14:34:44 -0500
commit8c3b6b34cea6212f4f3f266cc92e76de97d0aa55 (patch)
treebffa67681320580083b4d27392923dcf3f24b7d5 /sc/qa/unit/ucalc.hxx
parent982a03d4e2baf4ca7e78c79014389d9b23e200d1 (diff)
fdo#73655: Write unit test for this.
Change-Id: I0409e3c482d8a833672f41b1398333e5181847af
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 1f6f20201cf1..1dbfbbc023c4 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -246,6 +246,7 @@ public:
void testSharedFormulasRefUpdate();
void testSharedFormulasRefUpdateRange();
void testSharedFormulasDeleteRows();
+ void testSharedFormulasRefUpdateMoveSheets();
void testSharedFormulasCopyPaste();
void testFormulaPosition();
@@ -396,6 +397,7 @@ public:
CPPUNIT_TEST(testSharedFormulasRefUpdate);
CPPUNIT_TEST(testSharedFormulasRefUpdateRange);
CPPUNIT_TEST(testSharedFormulasDeleteRows);
+ CPPUNIT_TEST(testSharedFormulasRefUpdateMoveSheets);
CPPUNIT_TEST(testSharedFormulasCopyPaste);
CPPUNIT_TEST(testFormulaPosition);
CPPUNIT_TEST(testJumpToPrecedentsDependents);