summaryrefslogtreecommitdiff
path: root/sax/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 16:32:47 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 16:32:47 +0000
commitcaf5f668e4ca335b6ae3cc7138411cb2b2c5ef97 (patch)
tree7e88f8a0cce2925b50486de38b6bedcf9093963f /sax/source
parentfb2dbe00e9998f0733fd42729dd96fbbd07fc1b4 (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'sax/source')
-rw-r--r--sax/source/expatwrap/saxwriter.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sax/source/expatwrap/saxwriter.cxx b/sax/source/expatwrap/saxwriter.cxx
index fb1f87d81831..dafb0ba6478c 100644
--- a/sax/source/expatwrap/saxwriter.cxx
+++ b/sax/source/expatwrap/saxwriter.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: saxwriter.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: sab $ $Date: 2001-12-12 09:23:09 $
+ * last change: $Author: hr $ $Date: 2003-03-26 17:32:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -534,7 +534,7 @@ inline void SaxWriterHelper::insertIndentation(sal_uInt32 m_nLevel) throw( SAXEx
pBytes[0] = LINEFEED;
memset( &(pBytes[1]), 32, m_nLevel );
AddBytes(mp_Sequence, nCurrentPos, pBytes, nCount);
- delete pBytes;
+ delete[] pBytes;
nLastLineFeedPos = nCurrentPos - nCount;
if (nCurrentPos == SEQUENCESIZE)
nCurrentPos = writeSequence();