summaryrefslogtreecommitdiff
path: root/oox
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2014-04-10 14:49:52 +0200
committerJan Holesovsky <kendy@collabora.com>2014-04-10 15:07:53 +0200
commit31911865e5bda29ff2394ddf80244fbf15517657 (patch)
treea543512d1b65a6007ff80238c1759812aea30a38 /oox
parent148d5192fc5d57c10045b837cc245fc018f13f64 (diff)
DownLoad -> Download.
Change-Id: Ia1729f570cc80a0375532da6478de9d58518556e
Diffstat (limited to 'oox')
-rw-r--r--oox/source/drawingml/fillpropertiesgroupcontext.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/oox/source/drawingml/fillpropertiesgroupcontext.cxx b/oox/source/drawingml/fillpropertiesgroupcontext.cxx
index ad8cf41b8330..89fdb26f7b74 100644
--- a/oox/source/drawingml/fillpropertiesgroupcontext.cxx
+++ b/oox/source/drawingml/fillpropertiesgroupcontext.cxx
@@ -159,7 +159,7 @@ BlipContext::BlipContext( ContextHandler2Helper& rParent,
OUString aRelId = rAttribs.getString( R_TOKEN( link ), OUString() );
OUString aTargetLink = getFilter().getAbsoluteUrl( getRelations().getExternalTargetFromRelId( aRelId ) );
SfxMedium xMed( aTargetLink, STREAM_STD_READ );
- xMed.DownLoad();
+ xMed.Download();
Reference< io::XInputStream > xInStrm = xMed.GetInputStream();
if ( xInStrm.is() )
mrBlipProps.mxGraphic = getFilter().getGraphicHelper().importGraphic( xInStrm );