diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:27:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-04-07 15:27:47 +0000 |
commit | c015031de4817dab15916463c5e460be7c728c5a (patch) | |
tree | abf6b333de954ab8269039e36cff8a1b838c28fa /sc/source/ui/unoobj/defltuno.cxx | |
parent | d6ba29bc61dc0a51ee4ec14429188c248415b2f9 (diff) |
INTEGRATION: CWS internatiodel (1.7.94); FILE MERGED
2006/02/10 19:32:43 er 1.7.94.1: #i52115# move LangIDs and ISO conversion from tools to i18npool; introduce class MsLangId and libi18nisolang
Diffstat (limited to 'sc/source/ui/unoobj/defltuno.cxx')
-rw-r--r-- | sc/source/ui/unoobj/defltuno.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sc/source/ui/unoobj/defltuno.cxx b/sc/source/ui/unoobj/defltuno.cxx index 7cf4f7831643..5bec21146e85 100644 --- a/sc/source/ui/unoobj/defltuno.cxx +++ b/sc/source/ui/unoobj/defltuno.cxx @@ -4,9 +4,9 @@ * * $RCSfile: defltuno.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-08 22:44:44 $ + * last change: $Author: vg $ $Date: 2006-04-07 16:27:47 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -42,7 +42,7 @@ #include <svtools/smplhint.hxx> #include <svtools/itemprop.hxx> #include <svx/unomid.hxx> -#include <tools/isolang.hxx> +#include <i18npool/mslangid.hxx> #include <com/sun/star/beans/PropertyAttribute.hpp> @@ -202,7 +202,7 @@ void SAL_CALL ScDocDefaultsObj::setPropertyValue( { LanguageType eNew; if (aLocale.Language.getLength() || aLocale.Country.getLength()) - eNew = ConvertIsoNamesToLanguage( aLocale.Language, aLocale.Country ); + eNew = MsLangId::convertLocaleToLanguage( aLocale ); else eNew = LANGUAGE_NONE; |