Tag: cws_src680_dba203b
User: fs      
Date: 06/03/27 06:22:25

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

Log:
 #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.38.96.1
Delta lines:  +6 -6
-------------------
--- detailpages.cxx     23 Sep 2005 12:29:50 -0000      1.38
+++ detailpages.cxx     27 Mar 2006 14:22:19 -0000      1.38.96.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: detailpages.cxx,v $
  *
- *  $Revision: 1.38 $
+ *  $Revision: 1.38.96.1 $
  *
- *  last change: $Author: hr $ $Date: 2005/09/23 12:29:50 $
+ *  last change: $Author: fs $ $Date: 2006/03/27 14:22:19 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -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