diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-05-10 21:02:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-05-10 23:03:24 +0200 |
commit | 73281c9b7b92062b283a02de4bf4e8eeb8821b56 (patch) | |
tree | 30a4958cc9eec72809f3d34d1f52ba303fc2368a /test/source | |
parent | a300dce15721d3b9a93f451a3d375a25964d3cc9 (diff) |
Fix typo
Change-Id: I5fe3a2891a0af26ce17d8e151ce68df38cfcc824
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93938
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'test/source')
-rw-r--r-- | test/source/sheet/xsheetoutline.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xsheetoutline.cxx b/test/source/sheet/xsheetoutline.cxx index 7fabaf2d770d..4ee517b09e52 100644 --- a/test/source/sheet/xsheetoutline.cxx +++ b/test/source/sheet/xsheetoutline.cxx @@ -175,7 +175,7 @@ void XSheetOutline::testShowLevel() std::cout << " verify showLevel row after" << OUStringToOString(getVisibleAdress("OutlineSheet.A1:Z30"), RTL_TEXTENCODING_UTF8).getStr() << std::endl; // verify rows visible 0..3 & 24..29 - // verfiy rows hidden 4..23 + // verify rows hidden 4..23 CPPUNIT_ASSERT_EQUAL_MESSAGE("testShowLevel Row", OUString("OutlineSheet.A1:A4"), getVisibleAdress("OutlineSheet.A1:A4")); CPPUNIT_ASSERT_EQUAL_MESSAGE("testShowLevel Row", OUString("OutlineSheet.A25:A30"), getVisibleAdress("OutlineSheet.A25:A30")); |