forms/source/component/FormComponent.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit e48e2bb90748bb2d63dfd70d05ab8b463fb9bcd2
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Jul 18 10:51:08 2019 +0100
Commit:     Caolán McNamara <caol...@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 <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@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 )
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to