summaryrefslogtreecommitdiff
path: root/cui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-10-12 13:14:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-10-12 13:14:47 +0100
commit57cd67224ab349f7738f4429f3adc569b7bacb11 (patch)
tree001e265c082db66555e43a49610e3105e1050710 /cui
parent2d4d38bcf2791e9e0805f5a61e2f7d48f4c7a2a6 (diff)
lcl_GetServiceName unused
Change-Id: Iea5b8de7c937f27beb0e95b40412dc56391c02f7
Diffstat (limited to 'cui')
-rw-r--r--cui/source/options/optlingu.cxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/cui/source/options/optlingu.cxx b/cui/source/options/optlingu.cxx
index 07c5ddc7f547..9beea46dd176 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();