[Libreoffice-commits] core.git: sc/qa sd/qa sw/qa
Andrea Gelmini
andrea.gelmini at gelma.net
Thu Feb 8 13:24:18 UTC 2018
sc/qa/unit/tiledrendering/tiledrendering.cxx | 2 +-
sd/qa/unit/tiledrendering/tiledrendering.cxx | 2 +-
sw/qa/extras/tiledrendering/tiledrendering.cxx | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 6d4764af32aeed6d193340dc629ef70c98feef10
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date: Thu Feb 8 10:24:38 2018 +0100
Fix typos
Change-Id: I5d222807706e44d245507484b302ab1b9b2e482c
Reviewed-on: https://gerrit.libreoffice.org/49412
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/sc/qa/unit/tiledrendering/tiledrendering.cxx b/sc/qa/unit/tiledrendering/tiledrendering.cxx
index e70ec8b519a5..d306b32afd46 100644
--- a/sc/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sc/qa/unit/tiledrendering/tiledrendering.cxx
@@ -1581,7 +1581,7 @@ void ScTiledRenderingTest::testIMESupport()
CPPUNIT_ASSERT(pView);
pView->SetCursor(0, 0);
- // sequence of chineese IME compositions when 'nihao' is typed in an IME
+ // sequence of chinese IME compositions when 'nihao' is typed in an IME
const std::vector<OString> aUtf8Inputs{ "年", "你", "你好", "你哈", "你好", "你好" };
std::vector<OUString> aInputs;
std::transform(aUtf8Inputs.begin(), aUtf8Inputs.end(),
diff --git a/sd/qa/unit/tiledrendering/tiledrendering.cxx b/sd/qa/unit/tiledrendering/tiledrendering.cxx
index c32e9876971c..6990b25ae3ce 100644
--- a/sd/qa/unit/tiledrendering/tiledrendering.cxx
+++ b/sd/qa/unit/tiledrendering/tiledrendering.cxx
@@ -1957,7 +1957,7 @@ void SdTiledRenderingTest::testIMESupport()
pViewShell->GetViewFrame()->GetDispatcher()->ExecuteList(SID_ATTR_CHAR,
SfxCallMode::SYNCHRON, { &aInputString });
- // sequence of chineese IME compositions when 'nihao' is typed in an IME
+ // sequence of chinese IME compositions when 'nihao' is typed in an IME
const std::vector<OString> aUtf8Inputs{ "年", "你", "你好", "你哈", "你好", "你好" };
std::vector<OUString> aInputs;
std::transform(aUtf8Inputs.begin(), aUtf8Inputs.end(),
diff --git a/sw/qa/extras/tiledrendering/tiledrendering.cxx b/sw/qa/extras/tiledrendering/tiledrendering.cxx
index cfd5fab7dc2f..7848a877cf41 100644
--- a/sw/qa/extras/tiledrendering/tiledrendering.cxx
+++ b/sw/qa/extras/tiledrendering/tiledrendering.cxx
@@ -2098,7 +2098,7 @@ void SwTiledRenderingTest::testIMESupport()
SwView* pView = dynamic_cast<SwView*>(SfxViewShell::Current());
SwWrtShell* pWrtShell = pView->GetWrtShellPtr();
- // sequence of chineese IME compositions when 'nihao' is typed in an IME
+ // sequence of chinese IME compositions when 'nihao' is typed in an IME
const std::vector<OString> aUtf8Inputs{ "年", "你", "你好", "你哈", "你好", "你好" };
std::vector<OUString> aInputs;
std::transform(aUtf8Inputs.begin(), aUtf8Inputs.end(),
More information about the Libreoffice-commits
mailing list