Tag: cws_src680_dba201d User: fs Date: 05/10/09 23:44:01 Modified: /dba/connectivity/source/drivers/file/ FConnection.cxx
Log: #i10000# previous commit was wrong 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.41.10.2&r2=1.41.10.3 Delta lines: +14 -23 --------------------- --- FConnection.cxx 4 Oct 2005 10:52:45 -0000 1.41.10.2 +++ FConnection.cxx 10 Oct 2005 06:43:58 -0000 1.41.10.3 @@ -4,9 +4,9 @@ * * $RCSfile: FConnection.cxx,v $ * - * $Revision: 1.41.10.2 $ + * $Revision: 1.41.10.3 $ * - * last change: $Author: oj $ $Date: 2005/10/04 10:52:45 $ + * last change: $Author: fs $ $Date: 2005/10/10 06:43:58 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -96,9 +96,6 @@ #ifndef _OSL_NLSUPPORT_H_ #include <osl/nlsupport.h> #endif -#ifndef _OSL_NLSUPPORT_H_ -#include <osl/nlsupport.h> -#endif #ifndef _CONNECTIVITY_MODULECONTEXT_HXX_ #include "ModuleContext.hxx" #endif @@ -499,12 +496,6 @@ static ::cppu::OImplementationId aId; pId = &aId; } - } // for(;pBegin != pEnd;++pBegin) - - if ( m_nTextEncoding == RTL_TEXTENCODING_DONTKNOW ) - { - //m_nTextEncoding = osl_getTextEncodingFromLocale(NULL); - m_nTextEncoding = osl_getThreadTextEncoding(); } return pId->getImplementationId(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
