summaryrefslogtreecommitdiff
path: root/sc/source/core/tool/rechead.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 17:07:02 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 17:07:02 +0000
commit555d702903fb0857122024e1ab78a72d122d3f16 (patch)
tree6c749e09d7b761f4ce353bedcc31627a38529196 /sc/source/core/tool/rechead.cxx
parentff721adbe05f7a6659d9dffcf46c671f8a644da7 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'sc/source/core/tool/rechead.cxx')
-rw-r--r--sc/source/core/tool/rechead.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/tool/rechead.cxx b/sc/source/core/tool/rechead.cxx
index 07c66ddb771b..cfc57818325d 100644
--- a/sc/source/core/tool/rechead.cxx
+++ b/sc/source/core/tool/rechead.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: rechead.cxx,v $
*
- * $Revision: 1.1.1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: hr $ $Date: 2000-09-19 00:16:18 $
+ * last change: $Author: hr $ $Date: 2003-03-26 18:04:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -176,7 +176,7 @@ ScMultipleReadHeader::~ScMultipleReadHeader()
rStream.SetError( SCWARN_IMPORT_INFOLOST );
}
delete pMemStream;
- delete pBuf;
+ delete[] pBuf;
rStream.Seek(nEndPos);
}