From 8dc2ab47b9e5ef0ff381575195a36ceec8789ef1 Mon Sep 17 00:00:00 2001 From: Simon Danner Date: Sat, 2 Aug 2014 22:45:01 +0200 Subject: linguistic/workben/sspellimp.cxx fix cppcheck error Change-Id: I5727b254126b23d98fb94068a6254c9ee0e13eba Reviewed-on: https://gerrit.libreoffice.org/10701 Reviewed-by: Joren De Cuyper Tested-by: Joren De Cuyper --- linguistic/workben/sspellimp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linguistic/workben') 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; -- cgit