summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/source/diff/diff.cxx2
-rw-r--r--test/source/sheet/xnamedrange.cxx2
-rw-r--r--test/source/sheet/xsheetoutline.cxx2
3 files changed, 0 insertions, 6 deletions
diff --git a/test/source/diff/diff.cxx b/test/source/diff/diff.cxx
index f174e4a4b702..506cc86886be 100644
--- a/test/source/diff/diff.cxx
+++ b/test/source/diff/diff.cxx
@@ -100,8 +100,6 @@ private:
};
-
-
XMLDiff::XMLDiff( const char* pFileName, const char* pContent, int size, const char* pToleranceFile)
: fileName(pFileName)
{
diff --git a/test/source/sheet/xnamedrange.cxx b/test/source/sheet/xnamedrange.cxx
index ffcdf13612ca..2fc13f558545 100644
--- a/test/source/sheet/xnamedrange.cxx
+++ b/test/source/sheet/xnamedrange.cxx
@@ -127,8 +127,6 @@ void XNamedRange::testSetReferencePosition()
CPPUNIT_ASSERT_MESSAGE("Wrong ROW reference position after setting it", xCellAddress.Row == 3);
}
-
-
}
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/test/source/sheet/xsheetoutline.cxx b/test/source/sheet/xsheetoutline.cxx
index 6c734ef2c13a..f8c8e1723c93 100644
--- a/test/source/sheet/xsheetoutline.cxx
+++ b/test/source/sheet/xsheetoutline.cxx
@@ -66,8 +66,6 @@ table::CellRangeAddress getAddressFromRangeString(const OUString& aStringAddress
}
-
-
void XSheetOutline::testHideDetail()
{