[Libreoffice-commits] core.git: sd/qa sw/qa
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jun 3 16:59:34 UTC 2020
sd/qa/unit/tiledrendering/tiledrendering.cxx | 2 +-
sw/qa/extras/uiwriter/uiwriter.cxx | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5eb3947c949ae8b68219e91af98b7eb1a5834d37
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Jun 3 17:31:07 2020 +0200
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Jun 3 18:58:56 2020 +0200
Fix typos
Change-Id: I111334adcf8b9b9553c585ab9669cf2cbdb909cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95444
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index e2f88363bc48..8eef1f6733dd 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -278,7 +278,7 @@ void lcl_convertRectangle(const OUString& rString, ::tools::Rectangle& rRectangl
rRectangle.setHeight(aSeq[3].toInt32());
}
-} // end anonymouse namespace
+} // end anonymous namespace
void SdTiledRenderingTest::callbackImpl(int nType, const char* pPayload)
{
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index bb0d12aa7804..91e493af1960 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -7301,7 +7301,7 @@ void SwUiWriterTest::testTdf133589()
sReplaced += u"𐳀𐳥𐳥𐳛𐳚 ";
CPPUNIT_ASSERT_EQUAL(sReplaced, static_cast<SwTextNode*>(pDoc->GetNodes()[nIndex])->GetText());
// disambiguate consonants: kosszarv -> kos|szarv
- // (add explicite ZWSP temporarily for consonant disambiguation, because the requested
+ // (add explicit ZWSP temporarily for consonant disambiguation, because the requested
// hu_HU hyphenation dictionary isn't installed on all testing platform)
// pWrtShell->Insert(u"kosszarv");
pWrtShell->Insert(u"kosszarv");
More information about the Libreoffice-commits
mailing list