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

Justin L <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|[email protected] |[email protected]
                   |desktop.org                 |

--- Comment #9 from Justin L <[email protected]> ---
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.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to