[Libreoffice-commits] core.git: test/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun May 10 21:03:57 UTC 2020


 test/source/sheet/xsheetoutline.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 73281c9b7b92062b283a02de4bf4e8eeb8821b56
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun May 10 21:02:39 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun May 10 23:03:24 2020 +0200

    Fix typo
    
    Change-Id: I5fe3a2891a0af26ce17d8e151ce68df38cfcc824
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93938
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

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"));


More information about the Libreoffice-commits mailing list