Tag: cws_src680_mdbdriver02 User: fridrich_strba Date: 06/04/28 00:15:17 Modified: /dba/dbaccess/source/ui/dlg/ detailpages.cxx
Log: RESYNC: (1.38-1.39); FILE MERGED File Changes: Directory: /dba/dbaccess/source/ui/dlg/ ======================================= File [changed]: detailpages.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/dlg/detailpages.cxx?r1=1.36.96.2&r2=1.36.96.3 Delta lines: +3 -3 ------------------- --- detailpages.cxx 27 Oct 2005 13:44:18 -0000 1.36.96.2 +++ detailpages.cxx 28 Apr 2006 07:15:14 -0000 1.36.96.3 @@ -359,10 +359,10 @@ if (pTypeCollection && pConnectUrl && pConnectUrl->GetValue().Len()) eDSType = pTypeCollection->getType(pConnectUrl->GetValue()); - // the only types we're interested in is TEXT and DBASE - if ( ( DST_DBASE == eDSType ) || ( DST_FLAT == eDSType ) ) + // the only type we're interested in is DBASE + if ( DST_DBASE == eDSType ) { - // for these types, we need to exclude all encodings which do not have a fixed character + // for this type, we need to exclude all encodings which do not have a fixed character // length (such as UTF-8) rtl_TextEncodingInfo aEncodingInfo; aEncodingInfo.StructSize = sizeof( rtl_TextEncodingInfo ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
