cid#1448215 RV: Bad use of return value
Change-Id: Ie974436b9d639a676336a95d5fef6545869e1ca8 Reviewed-on: https://gerrit.libreoffice.org/75922 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
@@ -390,7 +390,7 @@ public class _XMultiSelectionSupplier extends MultiMethodTest {
|
|||||||
i--;
|
i--;
|
||||||
|
|
||||||
if (ObjCompare != null) {
|
if (ObjCompare != null) {
|
||||||
ObjCompare.compare(shouldElement, nextElement);
|
compRes = ObjCompare.compare(shouldElement, nextElement) == 0;
|
||||||
} else {
|
} else {
|
||||||
compRes = util.ValueComparer.equalValue(shouldElement, nextElement);
|
compRes = util.ValueComparer.equalValue(shouldElement, nextElement);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user