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

Julien Nabet <serval2...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |er...@redhat.com

--- Comment #7 from Julien Nabet <serval2...@yahoo.fr> ---
Eike: I took a look at the first Flamegraph and noticed that GetThis called
rEntry.GetQueryItem()
(see
https://opengrok.libreoffice.org/xref/core/sc/source/core/data/dociter.cxx?r=c2d8341e#1109).
This function resizes the vector maQueryItems to 1
(see
https://opengrok.libreoffice.org/xref/core/sc/source/core/tool/queryentry.cxx?r=a6a5064c#118)

but line 1154 still in GetThis, we got:
...rEntry.GetQueryItems().size() == 1...
GetQueryItems returns also maQueryItems
(see
https://opengrok.libreoffice.org/xref/core/sc/inc/queryentry.hxx?r=f8edef39#66)

A bit weird, isn't 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