Kaydet (Commit) 6fa5c1e0 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl Kaydeden (comit) Tomaž Vajngerl

oox: Remove setting the GraphicURL in fillproperties

Change-Id: I543b77bce7232d56a4cf107992e1c006b75b63bd
Reviewed-on: https://gerrit.libreoffice.org/50168Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
üst 03cb143b
......@@ -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() )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment