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

Aron Budea <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bibisectRequest, regression
             Status|UNCONFIRMED                 |NEW
                 CC|                            |[email protected],
                   |                            |[email protected],
                   |                            |[email protected]
            Version|6.0.1.1 release             |5.4.5.1 release
     Ever confirmed|0                           |1

--- Comment #2 from Aron Budea <[email protected]> ---
Confirmed in LO 6.0.1.1 / Windows 7.
No error in 6.0.0.3.
=> regression

Debugging pointed to the following piece of code:
https://opengrok.libreoffice.org/xref/core/sc/source/core/tool/interpr7.cxx#280
if (!mpLinkManager)
{
    PushError(FormulaError::NoValue);
    return;
}

mpLinkManager is empty in this case.

This code was introduced in the following commit. Caolán, can you please take a
look?

https://cgit.freedesktop.org/libreoffice/core/commit/?id=93ea7cb6b5ab3c9b964b2b38e8f4a3bde71dbadf
author          Caolán McNamara <[email protected]>    2018-01-11 20:43:28
+0000
committer       Caolán McNamara <[email protected]>    2018-01-12 16:19:37
+0100

handle ocWebservice similarly to ocDde

-- 
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