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

--- Comment #4 from Aron Budea <ba...@caesar.elte.hu> ---
It seems that when ScConditionEntry::StartListening() is called during XLSX
import, the ranges aren't there yet.

My idea is that in the following function:
void CondFormat::finalizeImport()
https://opengrok.libreoffice.org/xref/core/sc/source/filter/oox/condformatbuffer.cxx#1052

...move the following line:
mpFormat->SetRange(maModel.maRanges);

...so it precedes this one:
maRules.forEachMem( &CondFormatRule::finalizeImport );

Based on a quick test that seems to fix the issue, but not sure if there's more
to it.

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

Reply via email to