summaryrefslogtreecommitdiff
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:22:52 +0200
commit8ad1d7259226ed361ce79eb4799a07f5b6019630 (patch)
tree1f1db2d3fe7717aaa957b2e65806175bc9c728d4
parentc24b0f0f93eff799f7c6ba1fc2415373deb8d856 (diff)
janitorial; not useful; is actually used below
Change-Id: I87484b04d9f3feecdac3c53bc7eb3a5ec05e7af7
-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 743f4d47986b..ff533d19d7b8 100644
--- a/forms/source/component/FormComponent.cxx
+++ b/forms/source/component/FormComponent.cxx
@@ -2031,7 +2031,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() )