summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 );
}