summaryrefslogtreecommitdiff
path: root/forms/source/component/FormComponent.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/component/FormComponent.cxx')
-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 db71eba8e285..fc6394a70c24 100644
--- a/forms/source/component/FormComponent.cxx
+++ b/forms/source/component/FormComponent.cxx
@@ -1986,7 +1986,7 @@ void OBoundControlModel::initFromField( const Reference< XRowSet >& _rxRowSet )
const Reference< XPropertySet > xPS(_rxRowSet, UNO_QUERY);
if (xPS.is())
{
- assert(shouldTransfer == false);
+ assert(!shouldTransfer);
xPS->getPropertyValue("IsNew") >>= shouldTransfer;
}
}