CWS-TOOLING: integrate CWS cmcfixes66
This commit is contained in:
commit
2650f297c3
2 changed files with 4 additions and 4 deletions
|
@ -1233,8 +1233,8 @@ void ScColumn::InsertRow( SCROW nStartRow, SCSIZE nSize )
|
|||
}
|
||||
}
|
||||
|
||||
delete pDelRows;
|
||||
delete ppDelCells;
|
||||
delete [] pDelRows;
|
||||
delete [] ppDelCells;
|
||||
}
|
||||
|
||||
pDocument->SetAutoCalc( bOldAutoCalc );
|
||||
|
|
|
@ -276,8 +276,8 @@ BOOL ScTpSubTotalGroup::DoFillItemSet( USHORT nGroupNo,
|
|||
|
||||
rArgSet.Put( ScSubTotalItem( SCITEM_SUBTDATA, &theSubTotalData ) );
|
||||
|
||||
if ( pSubTotals ) delete pSubTotals;
|
||||
if ( pFunctions ) delete pFunctions;
|
||||
if ( pSubTotals ) delete [] pSubTotals;
|
||||
if ( pFunctions ) delete [] pFunctions;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue