work around ICE with mingw32-gcc-4.7.0-0.5.20120224
This commit is contained in:
parent
2fb1fe6c24
commit
856ad69ffe
1 changed files with 2 additions and 1 deletions
|
@ -173,7 +173,8 @@ sal_Int32 SAL_CALL ODatabaseMetaDataResultSet::findColumn( const ::rtl::OUString
|
|||
|
||||
template < typename T, SQLSMALLINT sqlTypeId > T ODatabaseMetaDataResultSet::getInteger ( sal_Int32 columnIndex )
|
||||
{
|
||||
checkDisposed(ODatabaseMetaDataResultSet_BASE::rBHelper.bDisposed);
|
||||
::cppu::OBroadcastHelper& rBHelper(ODatabaseMetaDataResultSet_BASE::rBHelper);
|
||||
checkDisposed(rBHelper.bDisposed);
|
||||
::osl::MutexGuard aGuard( m_aMutex );
|
||||
|
||||
columnIndex = mapColumn(columnIndex);
|
||||
|
|
Loading…
Reference in a new issue