User: vg      
Date: 06/03/31 04:13:47

Modified:
 /dba/dbaccess/source/ui/dlg/
  detailpages.cxx

Log:
 INTEGRATION: CWS dba203b (1.38.96); FILE MERGED
 2006/03/27 14:22:19 fs 1.38.96.1: #i44354# allow UTF-8 for flat-file

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.38&r2=1.39
Delta lines:  +3 -3
-------------------
--- detailpages.cxx     23 Sep 2005 12:29:50 -0000      1.38
+++ detailpages.cxx     31 Mar 2006 12:13:45 -0000      1.39
@@ -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]

Reply via email to