summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-05-22 15:10:13 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-05-22 15:10:13 +0000
commitc93e69ea56598b536c01021117f17cb8dc08b049 (patch)
tree4b3cd283b8d9a9526b0fd574f0972399b1eb03c5 /xmloff
parentee491777939289117eb10ed72937491fed762783 (diff)
INTEGRATION: CWS chart2mst3 (1.113.16); FILE MERGED
2007/04/24 21:38:33 bm 1.113.16.5: RESYNC: (1.117-1.118); FILE MERGED 2007/02/07 19:47:01 iha 1.113.16.4: RESYNC: (1.116-1.117); FILE MERGED 2006/11/24 21:27:33 bm 1.113.16.3: RESYNC: (1.115-1.116); FILE MERGED 2006/10/19 10:13:53 bm 1.113.16.2: RESYNC: (1.113-1.115); FILE MERGED 2006/09/29 13:16:36 bm 1.113.16.1: #i64500# allow importers to disable load-on demmand of graphics, like the chart
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/ximpshap.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx
index 2508904d1a62..8c0a99fb9ee1 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ximpshap.cxx,v $
*
- * $Revision: 1.118 $
+ * $Revision: 1.119 $
*
- * last change: $Author: ihi $ $Date: 2007-04-16 13:12:28 $
+ * last change: $Author: vg $ $Date: 2007-05-22 16:10:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -2361,7 +2361,7 @@ void SdXMLGraphicObjectShapeContext::StartElement( const ::com::sun::star::uno::
if( maURL.getLength() )
{
uno::Any aAny;
- aAny <<= GetImport().ResolveGraphicObjectURL( maURL, sal_True );
+ aAny <<= GetImport().ResolveGraphicObjectURL( maURL, GetImport().isGraphicLoadOnDemmandSupported() );
try
{
xPropset->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("GraphicURL") ), aAny );