From 91a27f8818b3a7e773da705f8014bf179168d7d7 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Wed, 4 Feb 2004 13:08:15 +0000
Subject: 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
---
sw/source/core/docnode/ndtbl.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'sw')
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 );
}
--
cgit