summaryrefslogtreecommitdiff
path: root/sc/source/core
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-01-31 08:06:57 +0000
committerRüdiger Timm <rt@openoffice.org>2005-01-31 08:06:57 +0000
commit7c790d800c5da8ce8771ca24b4cf497edf0dea67 (patch)
tree8dd7de721863c8a193cc42ca8ad5a55d03fd792e /sc/source/core
parent80cd525cdf908c14241fd7f7fbec5817c4a4b85e (diff)
INTEGRATION: CWS mav15 (1.35.58); FILE MERGED
2005/01/21 12:58:55 mav 1.35.58.1: #i39746# cache the visual area size for OLE objects and switch own objects to RUNNING state automatically
Diffstat (limited to 'sc/source/core')
-rw-r--r--sc/source/core/data/drwlayer.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/sc/source/core/data/drwlayer.cxx b/sc/source/core/data/drwlayer.cxx
index 155f2b2f83eb..476cb85b47b2 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.37 $
+ * $Revision: 1.38 $
*
- * last change: $Author: kz $ $Date: 2005-01-21 15:29:15 $
+ * last change: $Author: rt $ $Date: 2005-01-31 09:06:57 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2071,7 +2071,6 @@ IMapObject* ScDrawLayer::GetHitIMapObject( SdrObject* pObj,
if ( xIPObj.is() )
{
try {
- svt::EmbeddedObjectRef::TryRunningState( xIPObj );
awt::Size aSize = xIPObj->getVisualAreaSize( ((SdrOle2Obj*)pObj)->GetAspect() );
aGraphSize = Size( aSize.Width, aSize.Height );
bObjSupported = TRUE;