Kaydet (Commit) 99c95cc9 authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Jens Carl

Fix typo

Change-Id: Ib7d79f9ea2192e798891ea1c2a9d547c8ddf3574
Reviewed-on: https://gerrit.libreoffice.org/59790
Tested-by: Jenkins
Reviewed-by: 's avatarJens Carl <j.carl43@gmx.de>
üst eac4bd8e
......@@ -42,7 +42,7 @@ void XCellCursor::testGoToNext()
aCellRangeAddr = xCellRangeAddressable->getRangeAddress();
const sal_Int32 startCol2 = aCellRangeAddr.StartColumn;
CPPUNIT_ASSERT_MESSAGE("Sucessfully able to go to Next", startCol != startCol2);
CPPUNIT_ASSERT_MESSAGE("Successfully able to go to Next", startCol != startCol2);
}
void XCellCursor::testGoToOffset()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment