summaryrefslogtreecommitdiff
path: root/oox/source/drawingml/fillproperties.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'oox/source/drawingml/fillproperties.cxx')
-rw-r--r--oox/source/drawingml/fillproperties.cxx5
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() )
{