User: hr Date: 06/06/19 18:27:08 Modified: /dba/connectivity/source/drivers/file/ fanalyzer.cxx
Log: INTEGRATION: CWS warnings01 (1.22.28); FILE MERGED 2005/11/16 12:59:03 fs 1.22.28.2: #i57457# warning free code 2005/11/07 14:43:34 fs 1.22.28.1: #i57457# warning-free code File Changes: Directory: /dba/connectivity/source/drivers/file/ ================================================= File [changed]: fanalyzer.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/file/fanalyzer.cxx?r1=1.22&r2=1.23 Delta lines: +3 -3 ------------------- --- fanalyzer.cxx 8 Sep 2005 05:58:09 -0000 1.22 +++ fanalyzer.cxx 20 Jun 2006 01:27:06 -0000 1.23 @@ -65,8 +65,8 @@ DBG_NAME( file_OSQLAnalyzer ) //------------------------------------------------------------------ OSQLAnalyzer::OSQLAnalyzer() - : m_bSelectionFirstTime(sal_True) - , m_bHasSelectionCode(sal_False) + :m_bHasSelectionCode(sal_False) + ,m_bSelectionFirstTime(sal_True) { DBG_CTOR( file_OSQLAnalyzer, NULL ); m_aCompiler = new OPredicateCompiler(this); @@ -274,7 +274,7 @@ // ----------------------------------------------------------------------------- OOperandAttr* OSQLAnalyzer::createOperandAttr(sal_Int32 _nPos, const Reference< XPropertySet>& _xCol, - const Reference< XNameAccess>& _xIndexes) + const Reference< XNameAccess>& /*_xIndexes*/) { return new OOperandAttr(static_cast<sal_uInt16>(_nPos),_xCol); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]