diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-07-01 12:10:52 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-07-01 12:10:52 +0000 |
commit | cc8998899009cae75b093206e592d629fb89c7a2 (patch) | |
tree | c4894995eef4c65093167a143ecdfd9012ecd1cf /svtools/source/items | |
parent | bd0f343409de816ded01b71a8b5be69bc8c986aa (diff) |
INTEGRATION: CWS memory01 (1.2.390); FILE MERGED
2005/06/16 10:29:36 cd 1.2.390.1: #i50774# SfxImageItem needs dtor to delete pImp pointer
Diffstat (limited to 'svtools/source/items')
-rw-r--r-- | svtools/source/items/imageitm.cxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/svtools/source/items/imageitm.cxx b/svtools/source/items/imageitm.cxx index c6c46a478153..e206b39cc74d 100644 --- a/svtools/source/items/imageitm.cxx +++ b/svtools/source/items/imageitm.cxx @@ -2,9 +2,9 @@ * * $RCSfile: imageitm.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: obo $ $Date: 2004-07-06 12:12:59 $ + * last change: $Author: kz $ $Date: 2005-07-01 13:10:52 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -102,6 +102,12 @@ SfxImageItem::SfxImageItem( const SfxImageItem& rItem ) } //--------------------------------------------------------- +SfxImageItem::~SfxImageItem() +{ + delete pImp; +} + +//--------------------------------------------------------- SfxPoolItem* SfxImageItem::Clone( SfxItemPool* pPool ) const { |