diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.co.uk> | 2018-02-22 07:08:19 +0900 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2018-02-25 20:22:43 +0100 |
commit | 6fa5c1e0fd5bd17666272e519f93a4bc61abfd9d (patch) | |
tree | 88fac3b1c44e1e723c7fd59cb9e8aab26db93496 /oox/source/drawingml | |
parent | 03cb143b23d60900a53771d3609f1773904a81fe (diff) |
oox: Remove setting the GraphicURL in fillproperties
Change-Id: I543b77bce7232d56a4cf107992e1c006b75b63bd
Reviewed-on: https://gerrit.libreoffice.org/50168
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Diffstat (limited to 'oox/source/drawingml')
-rw-r--r-- | oox/source/drawingml/fillproperties.cxx | 5 |
1 files changed, 0 insertions, 5 deletions
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() ) { |