diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 14:29:15 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 14:29:15 +0000 |
commit | 8ad093b643e91d7075dc57bfd743d1c0e572fa11 (patch) | |
tree | 13a1a617caaec93d4b3365cc98f921b5170f19d9 /sc/source/core | |
parent | 30dde490beba851f8f2d6a28657a91d74fd26e6d (diff) |
INTEGRATION: CWS svg03 (1.35.54); FILE MERGED
2005/01/15 13:41:34 ka 1.35.54.1: #i38949#: use correct storage
Diffstat (limited to 'sc/source/core')
-rw-r--r-- | sc/source/core/data/drwlayer.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/core/data/drwlayer.cxx b/sc/source/core/data/drwlayer.cxx index 412f86e583ee..155f2b2f83eb 100644 --- a/sc/source/core/data/drwlayer.cxx +++ b/sc/source/core/data/drwlayer.cxx @@ -2,9 +2,9 @@ * * $RCSfile: drwlayer.cxx,v $ * - * $Revision: 1.36 $ + * $Revision: 1.37 $ * - * last change: $Author: kz $ $Date: 2005-01-13 17:22:30 $ + * last change: $Author: kz $ $Date: 2005-01-21 15:29:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2115,7 +2115,7 @@ SvStream* __EXPORT ScDrawLayer::GetDocumentStream(SdrDocumentStreamInfo& rStream return NULL; uno::Reference< embed::XStorage > xStorage = pDoc->GetDocumentShell() ? - pDoc->GetDocumentShell()->GetMedium()->GetStorage() : + pDoc->GetDocumentShell()->GetStorage() : NULL; SvStream* pRet = NULL; |