summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/ximpshap.cxx
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2008-02-26 12:37:09 +0000
committerOliver Bolte <obo@openoffice.org>2008-02-26 12:37:09 +0000
commitde4025a6f3d2174a812254dc14335c2bcb0ad2fc (patch)
tree8746dceeed86d88bb770431d17c0e89f057401b6 /xmloff/source/draw/ximpshap.cxx
parent616cfba53f2723e428f6de1f4547452080d1d233 (diff)
INTEGRATION: CWS custommeta (1.121.80); FILE MERGED
2007/12/10 10:27:46 mst 1.121.80.2: RESYNC: (1.121-1.122); FILE MERGED 2007/12/07 17:50:00 mst 1.121.80.1: - xmloff/source/chart/SchXMLImport.cxx, source/draw/ximpshap.cxx: isGraphicLoadOnDemmandSupported has been renamed
Diffstat (limited to 'xmloff/source/draw/ximpshap.cxx')
-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 76d7a364ee4c..bef789da0340 100644
--- a/xmloff/source/draw/ximpshap.cxx
+++ b/xmloff/source/draw/ximpshap.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ximpshap.cxx,v $
*
- * $Revision: 1.122 $
+ * $Revision: 1.123 $
*
- * last change: $Author: hr $ $Date: 2007-11-01 15:21:56 $
+ * last change: $Author: obo $ $Date: 2008-02-26 13:37:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -2372,7 +2372,7 @@ void SdXMLGraphicObjectShapeContext::StartElement( const ::com::sun::star::uno::
if( maURL.getLength() )
{
uno::Any aAny;
- aAny <<= GetImport().ResolveGraphicObjectURL( maURL, GetImport().isGraphicLoadOnDemmandSupported() );
+ aAny <<= GetImport().ResolveGraphicObjectURL( maURL, GetImport().isGraphicLoadOnDemandSupported() );
try
{
xPropset->setPropertyValue( OUString(RTL_CONSTASCII_USTRINGPARAM("GraphicURL") ), aAny );