cui/source/options/optlingu.cxx | 13 ------------- 1 file changed, 13 deletions(-)
New commits: commit 57cd67224ab349f7738f4429f3adc569b7bacb11 Author: Caolán McNamara <[email protected]> Date: Fri Oct 12 13:14:47 2012 +0100 lcl_GetServiceName unused Change-Id: Iea5b8de7c937f27beb0e95b40412dc56391c02f7 diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx index 07c5ddc..9beea46 100644 --- a/cui/source/options/optlingu.cxx +++ b/cui/source/options/optlingu.cxx @@ -2107,19 +2107,6 @@ IMPL_LINK( SvxEditModulesDlg, BoxCheckButtonHdl_Impl, SvTreeListBox *, pBox ) return 0; } -static OUString lcl_GetServiceName(sal_uInt8 nType) -{ - switch(nType) - { - case TYPE_SPELL : return OUString(cSpell); - case TYPE_GRAMMAR : return OUString(cGrammar); - case TYPE_HYPH : return OUString(cHyph); - case TYPE_THES : return OUString(cThes); - } - return OUString(); -} - - IMPL_LINK( SvxEditModulesDlg, LangSelectHdl_Impl, ListBox *, pBox ) { LanguageType eCurLanguage = aLanguageLB.GetSelectLanguage();
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
