User: hr Date: 06/06/19 18:26:34 Modified: /dba/connectivity/source/drivers/file/ FStatement.cxx
Log: INTEGRATION: CWS warnings01 (1.37.10); FILE MERGED 2005/11/16 12:59:02 fs 1.37.10.3: #i57457# warning free code 2005/11/07 19:07:21 pl 1.37.10.2: RESYNC: (1.37-1.38); FILE MERGED 2005/11/07 14:43:32 fs 1.37.10.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/drivers/file/ ================================================= File [changed]: FStatement.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/FStatement.cxx?r1=1.38&r2=1.39 Delta lines: +19 -18 --------------------- --- FStatement.cxx 23 Sep 2005 11:39:09 -0000 1.38 +++ FStatement.cxx 20 Jun 2006 01:26:32 -0000 1.39 @@ -105,11 +105,14 @@ //------------------------------------------------------------------------------ OStatement_Base::OStatement_Base(OConnection* _pConnection ) : OStatement_BASE(m_aMutex) ,::comphelper::OPropertyContainer(OStatement_BASE::rBHelper) - ,rBHelper(OStatement_BASE::rBHelper) - ,m_pConnection(_pConnection) - ,m_pParseTree(NULL) + ,m_xDBMetaData(_pConnection->getMetaData()) ,m_aParser(_pConnection->getDriver()->getFactory()) ,m_aSQLIterator(_pConnection->createCatalog()->getTables(),_pConnection->getMetaData(),NULL,&m_aParser) + ,m_pConnection(_pConnection) + ,m_pParseTree(NULL) + ,m_pSQLAnalyzer(NULL) + ,m_pEvaluationKeySet(NULL) + ,m_pTable(NULL) ,m_nMaxFieldSize(0) ,m_nMaxRows(0) ,m_nQueryTimeOut(0) @@ -117,10 +120,8 @@ ,m_nResultSetType(ResultSetType::FORWARD_ONLY) ,m_nFetchDirection(FetchDirection::FORWARD) ,m_nResultSetConcurrency(ResultSetConcurrency::UPDATABLE) - ,m_pSQLAnalyzer(NULL) - ,m_xDBMetaData(_pConnection->getMetaData()) - ,m_pTable(NULL) - ,m_pEvaluationKeySet(NULL) + ,m_bEscapeProcessing(sal_True) + ,rBHelper(OStatement_BASE::rBHelper) { DBG_CTOR( file_OStatement_Base, NULL ); @@ -879,7 +880,7 @@ m_aParameterIndexes[nParameter] = nId; } // ----------------------------------------------------------------------------- -void OStatement_Base::parseParamterElem(const String& _sColumnName,OSQLParseNode* pRow_Value_Constructor_Elem) +void OStatement_Base::parseParamterElem(const String& /*_sColumnName*/,OSQLParseNode* /*pRow_Value_Constructor_Elem*/) { // do nothing here } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]