whitespace cleanup in test

Change-Id: Iaf3f7c360cd8d081d706e92ec52c3c96fe68c57c
This commit is contained in:
Markus Mohrhard 2014-04-06 17:19:35 +02:00
parent f170367642
commit b10ed913dd
3 changed files with 0 additions and 6 deletions

View File

@ -100,8 +100,6 @@ private:
}; };
XMLDiff::XMLDiff( const char* pFileName, const char* pContent, int size, const char* pToleranceFile) XMLDiff::XMLDiff( const char* pFileName, const char* pContent, int size, const char* pToleranceFile)
: fileName(pFileName) : fileName(pFileName)
{ {

View File

@ -127,8 +127,6 @@ void XNamedRange::testSetReferencePosition()
CPPUNIT_ASSERT_MESSAGE("Wrong ROW reference position after setting it", xCellAddress.Row == 3); CPPUNIT_ASSERT_MESSAGE("Wrong ROW reference position after setting it", xCellAddress.Row == 3);
} }
} }
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */

View File

@ -66,8 +66,6 @@ table::CellRangeAddress getAddressFromRangeString(const OUString& aStringAddress
} }
void XSheetOutline::testHideDetail() void XSheetOutline::testHideDetail()
{ {