diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-01-12 20:20:13 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-01-12 20:20:13 +0100 |
commit | 4288c320b236e6f1643846a78618c3ce365aec82 (patch) | |
tree | fedf60accf8a3af290d24424189fc5c277916142 /linguistic/source/thesdsp.cxx | |
parent | ad137adbaea7fcb009b4b22ad00a5e3fd3a89ff5 (diff) |
More loplugin:cstylecast: linguistic
auto-rewrite with <https://gerrit.libreoffice.org/#/c/47798/> "Enable
loplugin:cstylecast for some more cases" plus
solenv/clang-format/reformat-formatted-files
Change-Id: Ic1b6e8fbf3ba8d3477ee3f5539667427d26c2f43
Diffstat (limited to 'linguistic/source/thesdsp.cxx')
-rw-r--r-- | linguistic/source/thesdsp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/source/thesdsp.cxx b/linguistic/source/thesdsp.cxx index 064ffb6477cf..d81fbf4f79ef 100644 --- a/linguistic/source/thesdsp.cxx +++ b/linguistic/source/thesdsp.cxx @@ -179,7 +179,7 @@ Sequence< Reference< XMeaning > > SAL_CALL if (xThes.is() && xThes->hasLocale( rLocale )) aMeanings = xThes->queryMeanings( aChkWord, rLocale, rProperties ); - pEntry->nLastTriedSvcIndex = (sal_Int16) i; + pEntry->nLastTriedSvcIndex = static_cast<sal_Int16>(i); ++i; } |