oox/source/drawingml/fillproperties.cxx | 5 ----- 1 file changed, 5 deletions(-)
New commits: commit 6fa5c1e0fd5bd17666272e519f93a4bc61abfd9d Author: Tomaž Vajngerl <[email protected]> Date: Thu Feb 22 07:08:19 2018 +0900 oox: Remove setting the GraphicURL in fillproperties Change-Id: I543b77bce7232d56a4cf107992e1c006b75b63bd Reviewed-on: https://gerrit.libreoffice.org/50168 Tested-by: Jenkins <[email protected]> Reviewed-by: Tomaž Vajngerl <[email protected]> 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() ) { _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
