diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-04-06 17:19:35 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2014-04-06 17:19:55 +0200 |
commit | b10ed913ddf1cc049f4ceb689e2bf0e34d7ddea7 (patch) | |
tree | 6f8e03e6efda191421ee382ca4da7e82fd493f45 /test | |
parent | f170367642cf9114c918f965ea966fbb53e12c61 (diff) |
whitespace cleanup in test
Change-Id: Iaf3f7c360cd8d081d706e92ec52c3c96fe68c57c
Diffstat (limited to 'test')
-rw-r--r-- | test/source/diff/diff.cxx | 2 | ||||
-rw-r--r-- | test/source/sheet/xnamedrange.cxx | 2 | ||||
-rw-r--r-- | test/source/sheet/xsheetoutline.cxx | 2 |
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() { |