Kaydet (Commit) 8dc2ab47 authored tarafından Simon Danner's avatar Simon Danner Kaydeden (comit) Joren De Cuyper

linguistic/workben/sspellimp.cxx fix cppcheck error

Change-Id: I5727b254126b23d98fb94068a6254c9ee0e13eba
Reviewed-on: https://gerrit.libreoffice.org/10701Reviewed-by: 's avatarJoren De Cuyper <jorendc@libreoffice.org>
Tested-by: 's avatarJoren De Cuyper <jorendc@libreoffice.org>
üst ba91106b
...@@ -92,7 +92,7 @@ Sequence< Locale > SAL_CALL SpellChecker::getLocales() ...@@ -92,7 +92,7 @@ Sequence< Locale > SAL_CALL SpellChecker::getLocales()
Locale *pLocale = aSuppLocales.getArray(); Locale *pLocale = aSuppLocales.getArray();
pLocale[0] = Locale( "en", "US", OUString() ); pLocale[0] = Locale( "en", "US", OUString() );
pLocale[1] = Locale( "de", "DE", OUString() ); pLocale[1] = Locale( "de", "DE", OUString() );
pLocale[2] = Locale( "de", "CH"), OUString() ); pLocale[2] = Locale( "de", "CH", OUString() );
} }
return aSuppLocales; return aSuppLocales;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment