| commit | d8733e2c59f120acf9feddff04964becc3358621 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Tue Jun 26 09:03:48 2018 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Tue Jun 26 12:22:36 2018 +0200 |
| tree | e842b5109e202c9a9acb30826078f59547349238 | |
| parent | a09ed7100e07c0416017c06de9e22fa888377d15 [diff] |
coverity#1437526 Unchecked return value Change-Id: Ib1dbc34ff728475bc6473d315daa08ce13c6aa84 Reviewed-on: https://gerrit.libreoffice.org/56442 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/sc/source/filter/excel/xipivot.cxx b/sc/source/filter/excel/xipivot.cxx index b045240..5a6e640 100644 --- a/sc/source/filter/excel/xipivot.cxx +++ b/sc/source/filter/excel/xipivot.cxx
@@ -1485,7 +1485,7 @@ void XclImpPivotTable::Convert() pDPObj->SetOutRange( aOutRange ); pDPObj->SetHeaderLayout( maPTViewEx9Info.mnGridLayout == 0 ); GetDoc().GetDPCollection()->InsertNewTable(pDPObj); (void)GetDoc().GetDPCollection()->InsertNewTable(pDPObj); mpDPObj = pDPObj; ApplyFieldInfo();