diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-02-08 10:24:38 +0100 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-02-08 14:17:55 +0100 |
commit | 6d4764af32aeed6d193340dc629ef70c98feef10 (patch) | |
tree | 416ef9859132818cd62ba271ff9d98b4501ef8ae /sd/qa/unit/tiledrendering | |
parent | 152e022f1efacd49fefbd5367776c1e1fc044492 (diff) |
Fix typos
Change-Id: I5d222807706e44d245507484b302ab1b9b2e482c
Reviewed-on: https://gerrit.libreoffice.org/49412
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'sd/qa/unit/tiledrendering')
-rw-r--r-- | sd/qa/unit/tiledrendering/tiledrendering.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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(), |