Kaydet (Commit) 521d8d91 authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

janitorial; not useful; is actually used below

Change-Id: I87484b04d9f3feecdac3c53bc7eb3a5ec05e7af7
üst ecdcf38a
...@@ -2030,7 +2030,7 @@ void OBoundControlModel::impl_connectDatabaseColumn_noNotify( bool _bFromReload ...@@ -2030,7 +2030,7 @@ void OBoundControlModel::impl_connectDatabaseColumn_noNotify( bool _bFromReload
// consistency checks // consistency checks
DBG_ASSERT( !( hasField() && !_bFromReload ), DBG_ASSERT( !( hasField() && !_bFromReload ),
"OBoundControlModel::impl_connectDatabaseColumn_noNotify: the form is just *loaded*, but we already have a field!" ); "OBoundControlModel::impl_connectDatabaseColumn_noNotify: the form is just *loaded*, but we already have a field!" );
(void)_bFromReload;
Reference< XRowSet > xRowSet( m_xAmbientForm, UNO_QUERY ); Reference< XRowSet > xRowSet( m_xAmbientForm, UNO_QUERY );
OSL_ENSURE( xRowSet.is(), "OBoundControlModel::impl_connectDatabaseColumn_noNotify: no row set!" ); OSL_ENSURE( xRowSet.is(), "OBoundControlModel::impl_connectDatabaseColumn_noNotify: no row set!" );
if ( !xRowSet.is() ) if ( !xRowSet.is() )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment