Kaydet (Commit) a796b2ba authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#1325054 Explicit null dereferenced

Change-Id: I1378d822e03218a3a4c2ae1d08b11a00b15287f6
üst 4a031d7c
...@@ -3856,7 +3856,7 @@ bool SwTable::SetColWidth( SwTableBox& rAktBox, sal_uInt16 eType, ...@@ -3856,7 +3856,7 @@ bool SwTable::SetColWidth( SwTableBox& rAktBox, sal_uInt16 eType,
xFndBox.reset(); xFndBox.reset();
if( ppUndo && *ppUndo ) if (ppUndo && *ppUndo && aParam.pUndo)
{ {
aParam.pUndo->SetColWidthParam( nBoxIdx, static_cast<sal_uInt16>(eTableChgMode), eType, aParam.pUndo->SetColWidthParam( nBoxIdx, static_cast<sal_uInt16>(eTableChgMode), eType,
nAbsDiff, nRelDiff ); nAbsDiff, nRelDiff );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment