summaryrefslogtreecommitdiff
path: root/linguistic
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-04-10 11:41:16 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-04-10 11:41:16 +0000
commitd332d45e1eb9e6668c7c49eb71ef143dc901e4cf (patch)
treeae25aae6a986826b5aacbc68baf55383b7daa8f8 /linguistic
parent79cb7149f72d4ab5b994b57151e761d81402ed13 (diff)
#100000# isolang moved to MsLangId
Diffstat (limited to 'linguistic')
-rw-r--r--linguistic/source/lngsvcmgr.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/linguistic/source/lngsvcmgr.cxx b/linguistic/source/lngsvcmgr.cxx
index 7f57563e42..0ac318ed83 100644
--- a/linguistic/source/lngsvcmgr.cxx
+++ b/linguistic/source/lngsvcmgr.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: lngsvcmgr.cxx,v $
*
- * $Revision: 1.22 $
+ * $Revision: 1.23 $
*
- * last change: $Author: vg $ $Date: 2006-04-07 13:49:49 $
+ * last change: $Author: vg $ $Date: 2006-04-10 12:41:16 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -731,7 +731,7 @@ void LngSvcMgr::Notify( const Sequence< OUString > &rPropertyNames )
LanguageType nLang = LANGUAGE_NONE;
if (0 != aKeyText.getLength())
- nLang = ConvertIsoStringToLanguage( aKeyText );
+ nLang = MsLangId::convertIsoStringToLanguage( aKeyText );
GetSpellCheckerDsp_Impl( sal_False ); // don't set service list, it will be done below
pSpellDsp->SetServiceList( CreateLocale(nLang), aSvcImplNames );
@@ -753,7 +753,7 @@ void LngSvcMgr::Notify( const Sequence< OUString > &rPropertyNames )
LanguageType nLang = LANGUAGE_NONE;
if (0 != aKeyText.getLength())
- nLang = ConvertIsoStringToLanguage( aKeyText );
+ nLang = MsLangId::convertIsoStringToLanguage( aKeyText );
GetHyphenatorDsp_Impl( sal_False ); // don't set service list, it will be done below
pHyphDsp->SetServiceList( CreateLocale(nLang), aSvcImplNames );
@@ -775,7 +775,7 @@ void LngSvcMgr::Notify( const Sequence< OUString > &rPropertyNames )
LanguageType nLang = LANGUAGE_NONE;
if (0 != aKeyText.getLength())
- nLang = ConvertIsoStringToLanguage( aKeyText );
+ nLang = MsLangId::convertIsoStringToLanguage( aKeyText );
GetThesaurusDsp_Impl( sal_False ); // don't set service list, it will be done below
pThesDsp->SetServiceList( CreateLocale(nLang), aSvcImplNames );