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

--- Comment #4 from Mike Kaganski <[email protected]> ---
(In reply to Andreas Heinisch from comment #3)

Given comment 1, I don't think that this bug needs any special handling wrt
compatibility. The problem is comparison; and in all modes, we need to drop
equalsIgnoreAsciiCase in favor of

>    aNameCI = SbGlobal::GetTransliteration().transliterate(rName, 0, 
> rName.getLength());
>    ....
>        && (rEntry.mpVar->GetName(SbxNameType::CaseInsensitive) == rNameCI))

or the like.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to