diff options
author | Kurt Zenker <kz@openoffice.org> | 2009-11-13 19:16:08 +0100 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2009-11-13 19:16:08 +0100 |
commit | 2650f297c3dd01806854d12bdcd54644ade21cf4 (patch) | |
tree | 82376a8c21c00ddf46aff43285bad61baac831df /sc/source/ui | |
parent | 1105a1681cb285b92592cde19daff76e189d71a4 (diff) | |
parent | 2f006bf20ad7dbd59ab0ac846f06e018c2c1c4fb (diff) |
CWS-TOOLING: integrate CWS cmcfixes66
Notes
Notes:
split repo tag: calc_ooo/DEV300_m65
Diffstat (limited to 'sc/source/ui')
-rw-r--r-- | sc/source/ui/dbgui/tpsubt.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/dbgui/tpsubt.cxx b/sc/source/ui/dbgui/tpsubt.cxx index 337329acfec6..8bbc561c9e43 100644 --- a/sc/source/ui/dbgui/tpsubt.cxx +++ b/sc/source/ui/dbgui/tpsubt.cxx @@ -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; } |