[Libreoffice-commits] core.git: oox/source

Tomaž Vajngerl tomaz.vajngerl at collabora.co.uk
Sun Feb 25 19:23:05 UTC 2018


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

New commits:
commit 6fa5c1e0fd5bd17666272e519f93a4bc61abfd9d
Author: Tomaž Vajngerl <tomaz.vajngerl at 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 <ci at libreoffice.org>
    Reviewed-by: Tomaž Vajngerl <quikee at 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() )
         {


More information about the Libreoffice-commits mailing list