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 | fa513f958f0d8021821273adddbd4c0d8ae1b2a3 (patch) | |
tree | d2f02a80e182374ecd97c04a475fb2c8ba1f8fd4 /sd/source/ui/view/sdview3.cxx | |
parent | e7c3a84d57e111f5042765695f9b20e43e571869 (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 39e397ef2..7f1ceddc8 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(); |