summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-03-15 10:42:17 +0000
committerOliver Bolte <obo@openoffice.org>2005-03-15 10:42:17 +0000
commit6237d0b02328a61871ded9ec0113d132a1792f24 (patch)
treedbff042753d834594ebcd2b0e15202c4dcd74d77
parentb0a2114a102db14ec06cf5aa34be100abd869821 (diff)
INTEGRATION: CWS mav17 (1.32.40); FILE MERGED
2005/03/02 18:31:27 mav 1.32.40.2: RESYNC: (1.32-1.33); FILE MERGED 2005/02/28 11:00:04 mav 1.32.40.1: #i42398# handle impossibility to get visual area
-rw-r--r--sc/source/filter/excel/xiescher.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/source/filter/excel/xiescher.cxx b/sc/source/filter/excel/xiescher.cxx
index 30c68b8c7218..a3dbed43f8c9 100644
--- a/sc/source/filter/excel/xiescher.cxx
+++ b/sc/source/filter/excel/xiescher.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xiescher.cxx,v $
*
- * $Revision: 1.33 $
+ * $Revision: 1.34 $
*
- * last change: $Author: vg $ $Date: 2005-02-21 13:31:50 $
+ * last change: $Author: obo $ $Date: 2005-03-15 11:42:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -1188,6 +1188,7 @@ void XclImpEscherChart::Apply( ScfProgressBar& rProgress )
if( bEnabled )
xIPObj->EnableSetModified( FALSE );
*/
+
sal_Int64 nAspect = embed::Aspects::MSOLE_CONTENT;
awt::Size aSz = xObj->getVisualAreaSize( nAspect );
Size aSize( aSz.Width, aSz.Height );