summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorSimon Danner <danner.simon@gmail.com>2014-08-02 22:45:01 +0200
committerJoren De Cuyper <jorendc@libreoffice.org>2014-08-02 22:11:38 +0000
commit8dc2ab47b9e5ef0ff381575195a36ceec8789ef1 (patch)
treed2529cc4ddb1b37be357bba2fadb33f80f813da1 /linguistic
parentba91106b9500d895aee1c60a68a24c752155611d (diff)
linguistic/workben/sspellimp.cxx fix cppcheck error
Change-Id: I5727b254126b23d98fb94068a6254c9ee0e13eba Reviewed-on: https://gerrit.libreoffice.org/10701 Reviewed-by: Joren De Cuyper <jorendc@libreoffice.org> Tested-by: Joren De Cuyper <jorendc@libreoffice.org>
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/workben/sspellimp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/linguistic/workben/sspellimp.cxx b/linguistic/workben/sspellimp.cxx
index 0582a0af30e3..b7fb2cb88e23 100644
--- a/linguistic/workben/sspellimp.cxx
+++ b/linguistic/workben/sspellimp.cxx
@@ -92,7 +92,7 @@ Sequence< Locale > SAL_CALL SpellChecker::getLocales()
Locale *pLocale = aSuppLocales.getArray();
pLocale[0] = Locale( "en", "US", OUString() );
pLocale[1] = Locale( "de", "DE", OUString() );
- pLocale[2] = Locale( "de", "CH"), OUString() );
+ pLocale[2] = Locale( "de", "CH", OUString() );
}
return aSuppLocales;