Tag: cws_src680_supdremove User: vg Date: 2007-11-16 10:22:27+0000 Modified: dba/connectivity/source/drivers/file/fcode.cxx
Log: #i83674# cleanup: remove obsolete SUPD macro use File Changes: Directory: /dba/connectivity/source/drivers/file/ ================================================= File [changed]: fcode.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/fcode.cxx?r1=1.29&r2=1.29.158.1 Delta lines: +3 -13 -------------------- --- fcode.cxx 2006-09-17 02:36:03+0000 1.29 +++ fcode.cxx 2007-11-16 10:22:24+0000 1.29.158.1 @@ -4,9 +4,9 @@ * * $RCSfile: fcode.cxx,v $ * - * $Revision: 1.29 $ + * $Revision: 1.29.158.1 $ * - * last change: $Author: obo $ $Date: 2006/09/17 02:36:03 $ + * last change: $Author: vg $ $Date: 2007/11/16 10:22:24 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -338,15 +338,6 @@ case DataType::CHAR: case DataType::VARCHAR: { -#if SUPD < 632 - static String sLanguage; - static String sCountry; - if (!sLanguage.Len()) - MsLangId::convertLanguageToIsoNames(Application::GetAppInternational().GetLanguage(), sLanguage, sCountry); - - static rtl::OLocale aLocale = rtl::OLocale::registerLocale(sLanguage, sCountry); - INT32 nRes = compareIgnoreCase(aLH, aRH, aLocale); -#else rtl::OUString sLH = aLH, sRH = aRH; INT32 nRes = rtl_ustr_compareIgnoreAsciiCase_WithLength ( @@ -354,7 +345,6 @@ sLH.pData->length, sRH.pData->buffer, sRH.pData->length ); -#endif switch(aPredicateType) { case SQLFilterOperator::EQUAL: bResult = (nRes == 0); break; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
