summaryrefslogtreecommitdiffstats
path: root/svx/source/editeng/impedit5.cxx
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2001-05-03 07:19:53 +0000
committerMalte Timmermann <mt@openoffice.org>2001-05-03 07:19:53 +0000
commitdf75e6bfc6c231a09f3eb066a3aec836ee3506ff (patch)
tree1d231fb4e17f532a6ec5ebc895f48893355832d3 /svx/source/editeng/impedit5.cxx
parentadded printopt.hxx (diff)
downloadcore-df75e6bfc6c231a09f3eb066a3aec836ee3506ff.tar.gz
core-df75e6bfc6c231a09f3eb066a3aec836ee3506ff.zip
DestroyAttribs: set nLen 0
Diffstat (limited to 'svx/source/editeng/impedit5.cxx')
-rw-r--r--svx/source/editeng/impedit5.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/svx/source/editeng/impedit5.cxx b/svx/source/editeng/impedit5.cxx
index 8294967a0823..53e06c9d4c95 100644
--- a/svx/source/editeng/impedit5.cxx
+++ b/svx/source/editeng/impedit5.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: impedit5.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mt $ $Date: 2001-03-19 16:09:39 $
+ * last change: $Author: mt $ $Date: 2001-05-03 08:19:53 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -855,4 +855,5 @@ void ImplIMEInfos::DestroyAttribs()
{
delete pAttribs;
pAttribs = NULL;
+ nLen = 0;
}