summaryrefslogtreecommitdiff
path: root/sd/source/ui
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-31 08:04:52 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-31 08:04:52 +0000
commit8a2c0d1dcd49210729276aa7a157f9ba7dc3133b (patch)
treef56e3bd8334c27b9b76232964e1ff8e66771284e /sd/source/ui
parentaabc4125a2bb9122aec74e35df6a1de18932db6e (diff)
INTEGRATION: CWS mav15 (1.10.62); FILE MERGED
2005/01/21 13:02:36 mav 1.10.62.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically
Diffstat (limited to 'sd/source/ui')
-rw-r--r--sd/source/ui/docshell/sdclient.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/sd/source/ui/docshell/sdclient.cxx b/sd/source/ui/docshell/sdclient.cxx
index a7222fba2225..05ecb06241f7 100644
--- a/sd/source/ui/docshell/sdclient.cxx
+++ b/sd/source/ui/docshell/sdclient.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdclient.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2004-11-26 16:17:37 $
+ * last change: $Author: rt $ $Date: 2005-01-31 09:04:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -189,8 +189,7 @@ void Client::ViewChanged()
if (pView)
{
// TODO/LEAN: maybe we can do this without requesting the VisualArea?
- // working with the visual area might need running state
- svt::EmbeddedObjectRef::TryRunningState( GetObject() );
+ // working with the visual area might need running state, so the object may switch itself to this state
MapMode aMap100( MAP_100TH_MM );
MapUnit aMapUnit = VCLUnoHelper::UnoEmbed2VCLMapUnit( GetObject()->getMapUnit( GetAspect() ) );
Rectangle aVisArea;