dba33d: merge after pulling change sets from CWS dba33b
This commit is contained in:
commit
af7a32f339
2 changed files with 3 additions and 1 deletions
|
@ -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 );
|
||||
|
|
|
@ -186,6 +186,8 @@ namespace dbaccess
|
|||
impl_determineOriginalTableColumn(
|
||||
const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection
|
||||
);
|
||||
|
||||
using ::cppu::OPropertySetHelper::getFastPropertyValue;
|
||||
};
|
||||
|
||||
// =========================================================================
|
||||
|
|
Loading…
Reference in a new issue