[Libreoffice-bugs] [Bug 119141] This version is unable to retrieve data from a webpage

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Thu Aug 9 13:52:28 UTC 2018


https://bugs.documentfoundation.org/show_bug.cgi?id=119141

Justin L <jluth at mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|libreoffice-bugs at lists.free |jluth at mail.com
                   |desktop.org                 |

--- Comment #9 from Justin L <jluth at mail.com> ---
Just reverting seems like the best recourse for stable.

Another possible fix in arealink.cxx is:
    if (!bFound)
    {
        pNames = pSrcDoc->GetRangeName(rRange.aStart.Tab());
        const ScRangeData* p = pNames ? pNames->findByUpperName(aUpperName) :
nullptr;
        if (p && p->IsValidReference(rRange))
            bFound = true;
    }

However, we still have a UI problem where Edit - Links to External Files...
doesn't list the local tabs. So trying to fix all that seems a bit too extreme
to push to stable - thus my suggestion to simply revert.
https://gerrit.libreoffice.org/58761

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20180809/39d2169e/attachment.html>


More information about the Libreoffice-bugs mailing list