dba33d: merge after pulling change sets from CWS dba33b

This commit is contained in:
Frank Schoenheit [fs] 2009-12-14 21:31:11 +01:00
commit af7a32f339
2 changed files with 3 additions and 1 deletions

View file

@ -617,7 +617,7 @@ void OTableColumnDescriptorWrapper::setFastPropertyValue_NoBroadcast(
//============================================================
//--------------------------------------------------------------------------
OTableColumnWrapper::OTableColumnWrapper( const Reference< XPropertySet >& rCol, const Reference< XPropertySet >& _xColDefintion,
bool _bPureWrap )
const bool _bPureWrap )
:OTableColumnDescriptorWrapper( rCol, _bPureWrap, false )
{
osl_incrementInterlockedCount( &m_refCount );

View file

@ -186,6 +186,8 @@ namespace dbaccess
impl_determineOriginalTableColumn(
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection
);
using ::cppu::OPropertySetHelper::getFastPropertyValue;
};
// =========================================================================