From b2f993430aa06b68a7a844bd4ebc8187e6e3a1c2 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 21 Jan 2005 14:27:50 +0000 Subject: [PATCH] INTEGRATION: CWS svg03 (1.32.4); FILE MERGED 2005/01/15 13:24:14 ka 1.32.4.1: #i38949#: use correct storage --- sd/source/core/drawdoc3.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sd/source/core/drawdoc3.cxx b/sd/source/core/drawdoc3.cxx index 62c7c9debeb0..0b8012b3ed66 100644 --- a/sd/source/core/drawdoc3.cxx +++ b/sd/source/core/drawdoc3.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drawdoc3.cxx,v $ * - * $Revision: 1.33 $ + * $Revision: 1.34 $ * - * last change: $Author: kz $ $Date: 2005-01-18 16:59:45 $ + * last change: $Author: kz $ $Date: 2005-01-21 15:27:50 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1357,7 +1357,7 @@ SvStream* SdDrawDocument::GetDocumentStream(SdrDocumentStreamInfo& rStreamInfo) { uno::Reference < embed::XStorage > xStor; if (pDocSh) - xStor = pDocSh->GetMedium()->GetStorage(); + xStor = pDocSh->GetStorage(); SvStream* pRet = NULL; if( xStor.is() )