Tag: cws_src680_dba201c
User: oj      
Date: 05/08/08 00:15:44

Modified:
 /dba/connectivity/source/drivers/file/
  FConnection.cxx

Log:
 #i35859# default textencoding changed to unknown and set to thread 
textenconding when not different

File Changes:

Directory: /dba/connectivity/source/drivers/file/
=================================================

File [changed]: FConnection.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/FConnection.cxx?r1=1.40.122.1&r2=1.40.122.2
Delta lines:  +4 -4
-------------------
--- FConnection.cxx     8 Aug 2005 06:11:59 -0000       1.40.122.1
+++ FConnection.cxx     8 Aug 2005 07:15:41 -0000       1.40.122.2
@@ -2,9 +2,9 @@
  *
  *  $RCSfile: FConnection.cxx,v $
  *
- *  $Revision: 1.40.122.1 $
+ *  $Revision: 1.40.122.2 $
  *
- *  last change: $Author: oj $ $Date: 2005/08/08 06:11:59 $
+ *  last change: $Author: oj $ $Date: 2005/08/08 07:15:41 $
  *
  *  The Contents of this file are made available subject to the terms of
  *  either of the following licenses
@@ -232,8 +232,8 @@
 
        if ( m_nTextEncoding == RTL_TEXTENCODING_DONTKNOW )
        {
-               m_nTextEncoding = osl_getTextEncodingFromLocale(NULL);
-               //m_nTextEncoding = osl_getThreadTextEncoding();
+               //m_nTextEncoding = osl_getTextEncodingFromLocale(NULL);
+               m_nTextEncoding = osl_getThreadTextEncoding();
        }
 
        if ( aExt.getLength() )




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to