diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-07-18 10:51:08 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-07-18 22:18:38 +0200 |
commit | e48e2bb90748bb2d63dfd70d05ab8b463fb9bcd2 (patch) | |
tree | 9dd22bac0b949d40519466bc66ae892bc713d340 /forms | |
parent | ecf1e4b4022bc6e7756d2f94e192ef69816c8f63 (diff) |
cid#1448381 Unchecked return value
Change-Id: I4f0b48df10bf8557e39e0769a61a36bacac8f02a
Reviewed-on: https://gerrit.libreoffice.org/75884
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/FormComponent.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx index 6afc11f50aaa..6d46f3a9825e 100644 --- a/forms/source/component/FormComponent.cxx +++ b/forms/source/component/FormComponent.cxx @@ -1973,7 +1973,6 @@ void OBoundControlModel::connectToField(const Reference<XRowSet>& rForm) } } - hasField(); } void OBoundControlModel::initFromField( const Reference< XRowSet >& _rxRowSet ) |