diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-06-03 17:31:07 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-06-03 18:58:56 +0200 |
commit | 5eb3947c949ae8b68219e91af98b7eb1a5834d37 (patch) | |
tree | 36eae2edc465efbc7bcea1776864d3bed50c66a6 | |
parent | 875822f7e5f2bf3122a82e1385001383ba35847b (diff) |
Fix typos
Change-Id: I111334adcf8b9b9553c585ab9669cf2cbdb909cc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95444
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | sd/qa/unit/tiledrendering/tiledrendering.cxx | 2 | ||||
-rw-r--r-- | sw/qa/extras/uiwriter/uiwriter.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
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"); |