https://bugs.freedesktop.org/show_bug.cgi?id=61587

--- Comment #8 from Derek Pugsley <derekpugs...@tiscali.co.uk> ---
I think the problem may lie in the following code from FindExtRange() in code
file arealink.cxx:

version 3.6.5.2
const ScRangeData* p =
pNames->findByUpperName(ScGlobal::pCharClass->uppercase(rAreaName));

version 4.0.1.2
const ScRangeData* p = pNames->findByUpperName(rAreaName);

As you can see in the latest version the search for a range name is successful
only if the name is in uppercase.

To test this I created a file called data.ods with a data range called test.
When I opened another workbook and tried to create a Link to External Data the
text "The link could not be updated." was displayed.
I then reopened the data.ods file and changed the range name to TEST.  The Link
to External Data request then worked and the data was imported.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to