diff options
author | Malte Timmermann <mt@openoffice.org> | 2001-05-03 07:19:53 +0000 |
---|---|---|
committer | Malte Timmermann <mt@openoffice.org> | 2001-05-03 07:19:53 +0000 |
commit | df75e6bfc6c231a09f3eb066a3aec836ee3506ff (patch) | |
tree | 1d231fb4e17f532a6ec5ebc895f48893355832d3 | |
parent | f09038f779e0c2069775c445853458aebc4f39aa (diff) |
DestroyAttribs: set nLen 0
-rw-r--r-- | svx/source/editeng/impedit5.cxx | 5 |
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; } |