diff options
author | Eike Rathke <er@openoffice.org> | 2002-09-18 13:41:53 +0000 |
---|---|---|
committer | Eike Rathke <er@openoffice.org> | 2002-09-18 13:41:53 +0000 |
commit | d7a480258b770f33ad985b8acb0e56e045dccb2c (patch) | |
tree | de88bfba7e4d175cab3bce34bd9bf191c501ddc9 /unotools | |
parent | d795dd93f93e93b2403a4d726b13de74ddcfa406 (diff) |
#i7230# #103381# getInstalledLanguageTypes: remove ca_ES from the list of known problems
Diffstat (limited to 'unotools')
-rw-r--r-- | unotools/source/i18n/localedatawrapper.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unotools/source/i18n/localedatawrapper.cxx b/unotools/source/i18n/localedatawrapper.cxx index d01cffcd6a48..5b243830c2e0 100644 --- a/unotools/source/i18n/localedatawrapper.cxx +++ b/unotools/source/i18n/localedatawrapper.cxx @@ -2,9 +2,9 @@ * * $RCSfile: localedatawrapper.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: er $ $Date: 2002-07-18 12:45:06 $ + * last change: $Author: er $ $Date: 2002-09-18 14:41:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -498,7 +498,6 @@ void LocaleDataWrapper::invalidateData() // default for Language found. if ( TRUE && !aDebugLocale.EqualsAscii( "ar_SD" ) // Sudan/ar - && !aDebugLocale.EqualsAscii( "ca_ES" ) // Spain/Andorra && !aDebugLocale.EqualsAscii( "en_CB" ) // Carribean is not a country // && !aDebugLocale.EqualsAscii( "en_BG" ) // ?!? Bulgaria/en // && !aDebugLocale.EqualsAscii( "es_BR" ) // ?!? Brazil/es |