https://bugs.documentfoundation.org/show_bug.cgi?id=148942
Buovjaga <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Keywords| |implementationError CC| |[email protected], | |ilmari.lauhakangas@libreoff | |ice.org Version|6.4.4.2 release |7.2.0.0.alpha0+ Status|UNCONFIRMED |NEW --- Comment #9 from Buovjaga <[email protected]> --- I bibisected the behaviour change with linux-64-7.2 repo to 107a20ee079ae852b3b33412f234aab2dc35168f The behaviour changed from ./xl/externalLinks/_rels/externalLink1.xml.rels: <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLinkPath" Target="C:/TOYS/CATALOGUES%202007/All%20Stores/All%20store%20allocation.xls" TargetMode="External"/> to ./xl/externalLinks/_rels/externalLink1.xml.rels: <Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLinkPath" Target="../../../../../../../C:/TOYS/CATALOGUES%202007/All%20Stores/All%20store%20allocation.xls" TargetMode="External"/> However, even the old behaviour changed the Target path from the original XLSX. Maybe Attila has an idea. -- You are receiving this mail because: You are the assignee for the bug.
