From 6fa5c1e0fd5bd17666272e519f93a4bc61abfd9d Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Thu, 22 Feb 2018 07:08:19 +0900 Subject: oox: Remove setting the GraphicURL in fillproperties MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I543b77bce7232d56a4cf107992e1c006b75b63bd Reviewed-on: https://gerrit.libreoffice.org/50168 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl --- oox/source/drawingml/fillproperties.cxx | 5 ----- 1 file changed, 5 deletions(-) (limited to 'oox') diff --git a/oox/source/drawingml/fillproperties.cxx b/oox/source/drawingml/fillproperties.cxx index acb0b25e7526..5ecdb5a9ba1e 100644 --- a/oox/source/drawingml/fillproperties.cxx +++ b/oox/source/drawingml/fillproperties.cxx @@ -750,11 +750,6 @@ void GraphicProperties::pushToPropMap( PropertyMap& rPropMap, const GraphicHelpe } rPropMap.setProperty(PROP_Graphic, xGraphic); - // do we still need to set GraphicURL as well? (TODO) - OUString aGraphicUrl = rGraphicHelper.createGraphicObject( xGraphic ); - if( !aGraphicUrl.isEmpty() ) - rPropMap.setProperty(PROP_GraphicURL, aGraphicUrl); - // cropping if ( maBlipProps.moClipRect.has() ) { -- cgit