diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 13:07:12 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-02-04 13:07:12 +0000 |
commit | 9e872d7db0b077e0245371c58767ed287785cfce (patch) | |
tree | 611f139da1d17bb97f73515c4cf6c859f85c8764 /sw | |
parent | 4b7a3becbb7a678cbe2766995eea4f5c984e776f (diff) |
INTEGRATION: CWS ooo20031216 (1.8.16); FILE MERGED
2003/12/13 13:46:25 waratah 1.8.16.1: #i22535# remove the __DELETE macro it is redundant
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/core/doc/docsort.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/source/core/doc/docsort.cxx b/sw/source/core/doc/docsort.cxx index 8b9be3b14921..b8bcfff40973 100644 --- a/sw/source/core/doc/docsort.cxx +++ b/sw/source/core/doc/docsort.cxx @@ -2,9 +2,9 @@ * * $RCSfile: docsort.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: rt $ $Date: 2003-12-01 16:35:13 $ + * last change: $Author: hr $ $Date: 2004-02-04 14:07:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -889,10 +889,10 @@ FlatFndBox::FlatFndBox(SwDoc* pDocPtr, const _FndBox& rBox) : FlatFndBox::~FlatFndBox() { _FndBox** ppTmp = (_FndBox**)pArr; - __DELETE(nRows * nCols * sizeof(_FndBoxPtr)) ppTmp; + delete [] ppTmp; if( ppItemSets ) - __DELETE(nRows * nCols * sizeof(SfxItemSet*)) ppItemSets; + delete [] ppItemSets; } /*-------------------------------------------------------------------- |