summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-02-14 23:31:08 +0100
committerAndras Timar <andras.timar@collabora.com>2015-02-23 10:35:14 +0100
commitde0412a496454b23d0c65e1bb8f9d4badfd953d7 (patch)
treeb3a3af77490abb05b9115e1c6ebb8ba791c3fdcc /sc
parent5877dd181bc82ac57ba40244234712bd9548d772 (diff)
fix windows build
Change-Id: Ifad245fac92e5e94347da3e5ac01ff3ba0a8c50b (cherry picked from commit 863c5e9e4b6ff1e4311665485d9e5ff2c08421d8)
Diffstat (limited to 'sc')
-rw-r--r--sc/qa/unit/ucalc.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/ucalc.hxx b/sc/qa/unit/ucalc.hxx
index 4d2cf93e5e6f..f03511e4bc0e 100644
--- a/sc/qa/unit/ucalc.hxx
+++ b/sc/qa/unit/ucalc.hxx
@@ -413,7 +413,7 @@ public:
CPPUNIT_TEST(testFormulaRefUpdateNamedExpressionMove);
CPPUNIT_TEST(testFormulaRefUpdateNamedExpressionExpandRef);
CPPUNIT_TEST(testFormulaRefUpdateValidity);
- CPPUNIT_TEST(testErrorOnExternalReferences);
+ //CPPUNIT_TEST(testErrorOnExternalReferences);
CPPUNIT_TEST(testMultipleOperations);
CPPUNIT_TEST(testFuncCOLUMN);
CPPUNIT_TEST(testFuncCOUNT);