summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/fillpropertiesgroupcontext.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/fillpropertiesgroupcontext.cxx')
-rw-r--r--oox/source/drawingml/fillpropertiesgroupcontext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/oox/source/drawingml/fillpropertiesgroupcontext.cxx b/oox/source/drawingml/fillpropertiesgroupcontext.cxx
index cca0752170f9..78d4b16ecc9b 100644
--- a/oox/source/drawingml/fillpropertiesgroupcontext.cxx
+++ b/oox/source/drawingml/fillpropertiesgroupcontext.cxx
@@ -157,9 +157,9 @@ BlipContext::BlipContext( ContextHandler2Helper& rParent,
// code rework.
OUString aRelId = rAttribs.getString( R_TOKEN( link ), OUString() );
OUString aTargetLink = getFilter().getAbsoluteUrl( getRelations().getExternalTargetFromRelId( aRelId ) );
- SfxMedium xMed( aTargetLink, STREAM_STD_READ );
- xMed.Download();
- Reference< io::XInputStream > xInStrm = xMed.GetInputStream();
+ SfxMedium aMed( aTargetLink, STREAM_STD_READ );
+ aMed.Download();
+ Reference< io::XInputStream > xInStrm = aMed.GetInputStream();
if ( xInStrm.is() )
mrBlipProps.mxGraphic = getFilter().getGraphicHelper().importGraphic( xInStrm );
}