summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 13:08:15 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-02-04 13:08:15 +0000
commit91a27f8818b3a7e773da705f8014bf179168d7d7 (patch)
treed9f2dccaefa13ed0b58df973d49627ce04f15992 /sw
parent5aefb716e4c11e9d8775ef62a2171ddb3ca04373 (diff)
INTEGRATION: CWS ooo20031216 (1.16.16); FILE MERGED
2003/12/13 13:46:28 waratah 1.16.16.1: #i22535# remove the __DELETE macro it is redundant
Diffstat (limited to 'sw')
-rw-r--r--sw/source/core/docnode/ndtbl.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/source/core/docnode/ndtbl.cxx b/sw/source/core/docnode/ndtbl.cxx
index 9e5213479ecf..36d99811ca89 100644
--- a/sw/source/core/docnode/ndtbl.cxx
+++ b/sw/source/core/docnode/ndtbl.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ndtbl.cxx,v $
*
- * $Revision: 1.16 $
+ * $Revision: 1.17 $
*
- * last change: $Author: rt $ $Date: 2003-12-01 17:02:14 $
+ * last change: $Author: hr $ $Date: 2004-02-04 14:08:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3321,7 +3321,7 @@ String SwDoc::GetUniqueTblName() const
break;
}
- __DELETE( nFlagSize ) pSetFlags;
+ delete [] pSetFlags;
return aName += String::CreateFromInt32( ++nNum );
}