diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-05-04 08:10:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-05-04 08:10:37 +0000 |
commit | d8609d74351aaefc5345fe10d1c370f3d3ae0e68 (patch) | |
tree | 71d46928afcd8c5e003b815169199373b1c9a9d7 /sd/source/ui/view/sdview3.cxx | |
parent | d2ad28b52f7d7674bde3c6560e697f257e6d0d6d (diff) |
INTEGRATION: CWS impressc03u3 (1.63.100); FILE MERGED
2006/04/26 14:07:19 cl 1.63.100.1: #129843# do not delete SfxMedium that is already owned by docshell
Diffstat (limited to 'sd/source/ui/view/sdview3.cxx')
-rw-r--r-- | sd/source/ui/view/sdview3.cxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sd/source/ui/view/sdview3.cxx b/sd/source/ui/view/sdview3.cxx index 164dc1207aac..0ea443fa2da0 100644 --- a/sd/source/ui/view/sdview3.cxx +++ b/sd/source/ui/view/sdview3.cxx @@ -4,9 +4,9 @@ * * $RCSfile: sdview3.cxx,v $ * - * $Revision: 1.63 $ + * $Revision: 1.64 $ * - * last change: $Author: kz $ $Date: 2006-02-01 18:41:14 $ + * last change: $Author: rt $ $Date: 2006-05-04 09:10:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -951,8 +951,6 @@ BOOL View::InsertData( const TransferableDataHelper& rDataHelper, aLayout.Erase(aLayout.SearchAscii(SD_LT_SEPARATOR)); pPage->SetPresentationLayout( aLayout, FALSE, FALSE ); } - else - delete pMedium; xDocShRef->DoClose(); xDocShRef.Clear(); |