oox/source/drawingml/fillproperties.cxx |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 6fa5c1e0fd5bd17666272e519f93a4bc61abfd9d
Author: Tomaž Vajngerl <tomaz.vajng...@collabora.co.uk>
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 <c...@libreoffice.org>
    Reviewed-by: Tomaž Vajngerl <qui...@gmail.com>

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
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to