summaryrefslogtreecommitdiff
path: root/sc/qa/unit/ucalc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/qa/unit/ucalc.cxx')
-rw-r--r--sc/qa/unit/ucalc.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index 7d42a218f854..2e63f3bf04ec 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -86,7 +86,7 @@ void Test::tearDown()
void Test::createDocument()
{
ScDocument *doc = new ScDocument();
-
+
rtl::OUString aTabName = rtl::OUString::createFromAscii ("foo");
CPPUNIT_ASSERT_MESSAGE ("failed to insert sheet",
doc->InsertTab (0, aTabName));
@@ -98,7 +98,7 @@ void Test::createDocument()
double result;
doc->GetValue (0, 2, 0, result);
CPPUNIT_ASSERT_MESSAGE ("calculation failed", result == 2.0);
-
+
delete doc;
}