summaryrefslogtreecommitdiff
path: root/sc/qa/unit
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-07-24 22:28:01 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-07-24 23:29:43 -0400
commite0e236c49c441b43d7c0a19077250a3016be4c64 (patch)
treed2bc6af5d87dbfe029cf3224382ba9badbb33aa7 /sc/qa/unit
parente481282f576c46e02c836524dd000cadca14091a (diff)
These static_cast's are very significant. Don't remove these.
This fixes the shared formula import from xls. Change-Id: I8790e642c3ef1a335694891eb574a68ae5270649
Diffstat (limited to 'sc/qa/unit')
-rw-r--r--sc/qa/unit/filters-test.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/filters-test.cxx b/sc/qa/unit/filters-test.cxx
index 6b4419ca316f..1d7eecafb217 100644
--- a/sc/qa/unit/filters-test.cxx
+++ b/sc/qa/unit/filters-test.cxx
@@ -84,8 +84,8 @@ public:
CPPUNIT_TEST(testContentXLSX);
CPPUNIT_TEST(testContentLotus123);
CPPUNIT_TEST(testContentDIF);
-// CPPUNIT_TEST(testSharedFormulaXLS);
-// CPPUNIT_TEST(testSharedFormulaXLSX);
+ CPPUNIT_TEST(testSharedFormulaXLS);
+ CPPUNIT_TEST(testSharedFormulaXLSX);
CPPUNIT_TEST(testLegacyCellAnchoredRotatedShape);
#if TEST_BUG_FILES