Tag: cws_src680_dba201d User: oj Date: 05/10/04 03:52:48 Modified: /dba/connectivity/source/drivers/file/ FConnection.cxx
Log: commit from dba201c 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.1&r2=1.41.10.2 Delta lines: +11 -2 -------------------- --- FConnection.cxx 27 Sep 2005 08:12:33 -0000 1.41.10.1 +++ FConnection.cxx 4 Oct 2005 10:52:45 -0000 1.41.10.2 @@ -4,9 +4,9 @@ * * $RCSfile: FConnection.cxx,v $ * - * $Revision: 1.41.10.1 $ + * $Revision: 1.41.10.2 $ * - * last change: $Author: oj $ $Date: 2005/09/27 08:12:33 $ + * last change: $Author: oj $ $Date: 2005/10/04 10:52:45 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -96,6 +96,9 @@ #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 @@ -496,6 +499,12 @@ 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]
