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

--- Comment #45 from Michael Meeks <[email protected]> ---
I guess there is something really silly going on here - the 18.9m calls to the
QueryEvaluator -should- all get directed to the shared mpTransliteration:

        if (rParam.bCaseSens)
        {
            mpTransliteration = ScGlobal::GetCaseTransliteration();
            mpCollator = ScGlobal::GetCaseCollator();
        }
        else
        {
            mpTransliteration = ScGlobal::GetpTransliteration();
            mpCollator = ScGlobal::GetCollator();
        }

which should be initialized once per process - (I guess) - as a global thing
should. Instead we see 18.9m calls dropping through
utl::TransliterationWrapper::loadModuleIfNeeded and into
utl::TransliterationWrapper::loadModuleImpl - which is odd to say the least.

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

Reply via email to