linguistic/workben/sspellimp.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8dc2ab47b9e5ef0ff381575195a36ceec8789ef1 Author: Simon Danner <danner.si...@gmail.com> Date: Sat Aug 2 22:45:01 2014 +0200 linguistic/workben/sspellimp.cxx fix cppcheck error Change-Id: I5727b254126b23d98fb94068a6254c9ee0e13eba Reviewed-on: https://gerrit.libreoffice.org/10701 Reviewed-by: Joren De Cuyper <jore...@libreoffice.org> Tested-by: Joren De Cuyper <jore...@libreoffice.org> diff --git a/linguistic/workben/sspellimp.cxx b/linguistic/workben/sspellimp.cxx index 0582a0a..b7fb2cb 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; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits