https://issues.apache.org/ooo/show_bug.cgi?id=123870

--- Comment #9 from Armin Le Grand <armin.le.gr...@me.com> ---
Tried different solutions:
- Added correctors to ScRefTokenHelper::getRangeFromToken to do CalcAbsIfRel if
needed. Works, but I do not want to change that data. It hets called in running
office, too, with relative entries but the absolute get used. Thus, adding an
assertion there.
- Added initializers for the members of ScSingleRefData and ScComplexRefData in
ExcelToSc8::ConvertExternName and ExcelToSc8::Convert. Also works, but shows
that a initializing constructor would work sell, too.
- Added constructor to ScSingleRefData (will also work for ScComplexRefData
whcih has two ScSingleRefData as members), this is probably the best thing to
do.

Checking that solution...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.

Reply via email to