summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2017-06-24 15:09:19 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2017-06-24 15:24:39 +0200
commit521d8d91cd0a1eb92c50d0b9d4ae163073dbff4b (patch)
tree46c9a6d6e7648c95e0025d5707316ea188b6ee4c /forms
parentecdcf38a3250536d9b7f48a8ded50e23ccfcd1df (diff)
janitorial; not useful; is actually used below
Change-Id: I87484b04d9f3feecdac3c53bc7eb3a5ec05e7af7
Diffstat (limited to 'forms')
-rw-r--r--forms/source/component/FormComponent.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx
index fc6394a70c24..212e02bbc3c8 100644
--- a/forms/source/component/FormComponent.cxx
+++ b/forms/source/component/FormComponent.cxx
@@ -2030,7 +2030,7 @@ void OBoundControlModel::impl_connectDatabaseColumn_noNotify( bool _bFromReload
// consistency checks
DBG_ASSERT( !( hasField() && !_bFromReload ),
"OBoundControlModel::impl_connectDatabaseColumn_noNotify: the form is just *loaded*, but we already have a field!" );
- (void)_bFromReload;
+
Reference< XRowSet > xRowSet( m_xAmbientForm, UNO_QUERY );
OSL_ENSURE( xRowSet.is(), "OBoundControlModel::impl_connectDatabaseColumn_noNotify: no row set!" );
if ( !xRowSet.is() )