diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 15:18:22 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-11-26 15:18:22 +0000 |
commit | cdd6917fedd03559fc87d0cf7fadcea23e912576 (patch) | |
tree | 565cde013202ce14ef505ae15f8d30282b62ce0e /sd | |
parent | 3e831c9b0645128823c05559299c104c39b442e5 (diff) |
INTEGRATION: CWS leanobjects (1.19.74); FILE MERGED
2004/11/18 11:11:09 mba 1.19.74.1: #i37278#: make objects loadable on demand
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/ui/view/sdview4.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sd/source/ui/view/sdview4.cxx b/sd/source/ui/view/sdview4.cxx index 9ad10f8e39df..5dfcf5e6c09f 100644 --- a/sd/source/ui/view/sdview4.cxx +++ b/sd/source/ui/view/sdview4.cxx @@ -2,9 +2,9 @@ * * $RCSfile: sdview4.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: kz $ $Date: 2004-10-04 18:47:31 $ + * last change: $Author: rt $ $Date: 2004-11-26 16:18:21 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -491,6 +491,9 @@ IMPL_LINK( View, DropInsertFileHdl, Timer*, pTimer ) uno::Reference < embed::XEmbedPersist > xPersist( xObj, uno::UNO_QUERY ); if ( xPersist.is()) { + // TODO/LEAN: VisualArea currently needs running state + svt::EmbeddedObjectRef::TryRunningState( xObj ); + sal_Int64 nAspect = embed::Aspects::MSOLE_CONTENT; xPersist->storeOwn(); |