From 31911865e5bda29ff2394ddf80244fbf15517657 Mon Sep 17 00:00:00 2001 From: Jan Holesovsky Date: Thu, 10 Apr 2014 14:49:52 +0200 Subject: DownLoad -> Download. Change-Id: Ia1729f570cc80a0375532da6478de9d58518556e --- oox/source/drawingml/fillpropertiesgroupcontext.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'oox') 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 ); -- cgit