[Libreoffice-commits] core.git: sc/qa

Eike Rathke (via logerrit) logerrit at kemper.freedesktop.org
Mon Jul 8 15:20:56 UTC 2019


 sc/qa/unit/data/ods/fdo79305.ods |binary
 1 file changed

New commits:
commit 7ec598639a900e21ea472a85057aadee10796778
Author:     Eike Rathke <erack at redhat.com>
AuthorDate: Mon Jul 8 13:48:28 2019 +0200
Commit:     Eike Rathke <erack at redhat.com>
CommitDate: Mon Jul 8 17:19:58 2019 +0200

    Resolves: tdf#126255 correct xlink:href to escape package, tdf#79305 related
    
    The test document wasn't adapted to contain the extra ../ to
    escape the ODF package. So instead of
    xlink:href="../xlsx/databar.xlsx" it must be
    xlink:href="../../xlsx/databar.xlsx"
    
    Change-Id: I545d55adf37aaa434e29f5c06c50be2380efcf4e
    Reviewed-on: https://gerrit.libreoffice.org/75219
    Tested-by: Jenkins
    Reviewed-by: Eike Rathke <erack at redhat.com>

diff --git a/sc/qa/unit/data/ods/fdo79305.ods b/sc/qa/unit/data/ods/fdo79305.ods
index c6f011c4fcde..247c9020e1e3 100644
Binary files a/sc/qa/unit/data/ods/fdo79305.ods and b/sc/qa/unit/data/ods/fdo79305.ods differ


More information about the Libreoffice-commits mailing list