diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-19 13:07:18 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2006-12-19 13:07:18 +0000 |
commit | 30f545c6b63cb6ba9f4f6bf436d2565324fbe921 (patch) | |
tree | 6f6990d7a81ea6d4949fccf444d47da12b6a6853 /sot | |
parent | 49feb5ada377afa7b7d73250a3a91df5c301081f (diff) |
INTEGRATION: CWS fwk56 (1.45.14); FILE MERGED
2006/11/08 08:15:19 mav 1.45.14.1: #i71284# patch from CMC
Diffstat (limited to 'sot')
-rw-r--r-- | sot/source/sdstor/storage.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sot/source/sdstor/storage.cxx b/sot/source/sdstor/storage.cxx index 99a6a085db1a..3d88abe712f0 100644 --- a/sot/source/sdstor/storage.cxx +++ b/sot/source/sdstor/storage.cxx @@ -4,9 +4,9 @@ * * $RCSfile: storage.cxx,v $ * - * $Revision: 1.45 $ + * $Revision: 1.46 $ * - * last change: $Author: obo $ $Date: 2006-09-17 16:10:42 $ + * last change: $Author: ihi $ $Date: 2006-12-19 14:07:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -912,6 +912,7 @@ SvMemoryStream * SotStorage::CreateMemoryStream() { aStg.Clear(); // Storage vorher freigeben delete pStm; + pStm = NULL; } return pStm; } |