diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-10 12:27:45 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-11 07:00:45 +0100 |
commit | 9e03f6820417c9fcda27b49d9fa5a464f1255c84 (patch) | |
tree | 2736cfcb5fee7b0d397581faf380efc589155eb7 /lingucomponent/source/spellcheck | |
parent | 7df04009b98165f89c89f1e506ebafd2fecc8f5a (diff) |
loplugin:indentation in lingucomponent..tools
Change-Id: I96ed4c51ce3fe45c1cb69a7d7ff917f1e152462e
Reviewed-on: https://gerrit.libreoffice.org/67607
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'lingucomponent/source/spellcheck')
-rw-r--r-- | lingucomponent/source/spellcheck/spell/sspellimp.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lingucomponent/source/spellcheck/spell/sspellimp.cxx b/lingucomponent/source/spellcheck/spell/sspellimp.cxx index e62dfe5c6194..1a6bb0390f9d 100644 --- a/lingucomponent/source/spellcheck/spell/sspellimp.cxx +++ b/lingucomponent/source/spellcheck/spell/sspellimp.cxx @@ -382,7 +382,7 @@ sal_Bool SAL_CALL SpellChecker::isValid( const OUString& rWord, const Locale& rL { MutexGuard aGuard( GetLinguMutex() ); - if (rLocale == Locale() || rWord.isEmpty()) + if (rLocale == Locale() || rWord.isEmpty()) return true; if (!hasLocale( rLocale )) @@ -507,7 +507,7 @@ Reference< XSpellAlternatives > SAL_CALL SpellChecker::spell( { MutexGuard aGuard( GetLinguMutex() ); - if (rLocale == Locale() || rWord.isEmpty()) + if (rLocale == Locale() || rWord.isEmpty()) return nullptr; if (!hasLocale( rLocale )) |