[Libreoffice-commits] core.git: forms/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 18 20:20:01 UTC 2019
forms/source/component/FormComponent.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit e48e2bb90748bb2d63dfd70d05ab8b463fb9bcd2
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Jul 18 10:51:08 2019 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Jul 18 22:18:38 2019 +0200
cid#1448381 Unchecked return value
Change-Id: I4f0b48df10bf8557e39e0769a61a36bacac8f02a
Reviewed-on: https://gerrit.libreoffice.org/75884
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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 )
More information about the Libreoffice-commits
mailing list