Tag: cws_src680_dba24d User: oj Date: 2007-11-21 13:29:29+0000 Modified: dba/connectivity/source/commontools/RowFunctionParser.cxx dba/connectivity/source/commontools/TDatabaseMetaDataBase.cxx
Log: build problems solved spirit File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: RowFunctionParser.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/RowFunctionParser.cxx?r1=1.1.2.1&r2=1.1.2.2 Delta lines: +4 -6 ------------------- --- RowFunctionParser.cxx 2007-11-21 12:38:58+0000 1.1.2.1 +++ RowFunctionParser.cxx 2007-11-21 13:29:27+0000 1.1.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: RowFunctionParser.cxx,v $ * - * $Revision: 1.1.2.1 $ + * $Revision: 1.1.2.2 $ * - * last change: $Author: oj $ $Date: 2007/11/21 12:38:58 $ + * last change: $Author: oj $ $Date: 2007/11/21 13:29:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,12 +56,10 @@ #if defined(DBG_UTIL) #include <typeinfo> #include <stdio.h> -#define BOOST_SPIRIT_DEBUG_OUT ::std::cerr -#define BOOST_SPIRIT_DEBUG #endif #include <boost/spirit/core.hpp> -#include <boost/spirit/utility/chset.hpp> -#include <boost/spirit/tree/ast.hpp> +// #include <boost/spirit/utility/chset.hpp> +// #include <boost/spirit/tree/ast.hpp> #if (OSL_DEBUG_LEVEL > 0) #include <iostream> File [changed]: TDatabaseMetaDataBase.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/TDatabaseMetaDataBase.cxx?r1=1.6.116.1&r2=1.6.116.2 Delta lines: +5 -5 ------------------- --- TDatabaseMetaDataBase.cxx 2007-11-21 12:38:41+0000 1.6.116.1 +++ TDatabaseMetaDataBase.cxx 2007-11-21 13:29:27+0000 1.6.116.2 @@ -4,9 +4,9 @@ * * $RCSfile: TDatabaseMetaDataBase.cxx,v $ * - * $Revision: 1.6.116.1 $ + * $Revision: 1.6.116.2 $ * - * last change: $Author: oj $ $Date: 2007/11/21 12:38:41 $ + * last change: $Author: oj $ $Date: 2007/11/21 13:29:27 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -58,8 +58,8 @@ ODatabaseMetaDataBase::ODatabaseMetaDataBase(const Reference< XConnection >& _rxConnection,const Sequence< PropertyValue >& _rInfo) - : m_xConnection(_rxConnection) - ,m_aConnectionInfo(_rInfo) + : m_aConnectionInfo(_rInfo) + , m_xConnection(_rxConnection) { osl_incrementInterlockedCount( &m_refCount ); { @@ -143,7 +143,7 @@ ::connectivity::ODatabaseMetaDataResultSet::ORow aRow; aRow.push_back(ODatabaseMetaDataResultSet::getEmptyValue()); sal_Int32* pType = pTypes; - for (sal_Int32 i = 1; i <= sizeof(pTypes)/sizeof(pTypes[0]); ++i,++pType) + for (sal_Int32 i = 1; i <= sal_Int32(sizeof(pTypes)/sizeof(pTypes[0])); ++i,++pType) { ORowSetValue aValue; aValue.fill(i,*pType,xRow); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
