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

--- Comment #4 from Aron Budea <[email protected]> ---
Found this note:
"wrote a "badstatics" clang plugin to find problematic global variables
referencing VCL objects that may cause crashes on shutdown and fixed a bunch of
those"
https://wiki.documentfoundation.org/UnderTheHood/5.1

I still don't understand, though.

(In reply to Julien Nabet from comment #3)
> BTW, digging on the stack of callers, I noticed that
> XPropertyList::CreatePropertyList is declared static (see
> https://opengrok.libreoffice.org/xref/core/include/svx/xtable.hxx#228) but
> implemented not static, (see
> https://opengrok.libreoffice.org/xref/core/svx/source/xoutdev/xtable.
> cxx#331), is it ok?

Seems to be fine, the static keyword is only required at declaration.

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

Reply via email to