• Tomaž Vajngerl's avatar
    shapes: don't use "GraphicURL" property, always use "Graphic" · 1b02ba03
    Tomaž Vajngerl yazdı
    With GraphicURL property on shapes (XShape) we transported the
    external or internal URL to the model, which also included the
    GraphicObject uniqueID style URLs. This changes that - now we
    always use "Graphic" property and transfer XGraphic to and from
    graphic filters. "Graphic" property is already present for XShape
    so it wasn't needed to add it.
    
    Filters changed are: OOXML (oox), ODF (xmloff), RTF and
    binary MS (esherex).
    
    Also start using originURL on Graphic which now transports the
    URL of the external (linked) graphic/image if it was created that
    way.
    
    Change-Id: Ic338c60b7cfaaae354cf1e1ca3ae7a6373220230
    Reviewed-on: https://gerrit.libreoffice.org/49648Tested-by: 's avatarJenkins <ci@libreoffice.org>
    Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
    1b02ba03
xmlimp.hxx 28.7 KB