summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-10-28 13:41:07 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-10-28 15:06:36 +0000
commit9e67149741bf753fd802737701117a095bea846f (patch)
treed9a13bff9a5d1e65957c5b4d44ac1f0e08cdbe2f
parent5651dd471ef66f8c510b6abe00304b48264b6148 (diff)
coverity#735332 Unchecked return value
the !isAfterLast should be sufficient Change-Id: Iab45b70c24ae1f90c38178d261e467d9b1e3fa6c
-rw-r--r--svx/source/fmcomp/gridcell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index 5dff48fe71b2..c8a9dcf75a4a 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -3102,7 +3102,7 @@ void DbFilterField::Update()
{
aStr = getFormattedValue(xDataField, xFormatter, aNullDate, nFormatKey, nKeyType);
aStringList.push_back(aStr);
- xListCursor->next();
+ (void)xListCursor->next();
}
// filling the entries for the combobox