About coverity 705665 (javaunohelper.cxx)

Tor Lillqvist tml at iki.fi
Tue Mar 12 12:41:49 PDT 2013


> http://opengrok.libreoffice.org/xref/core/javaunohelper/source/javaunohelper.cxx#236)

I wonder if that native method actually gets used. If it does, it is
to load 3rd-party native UNO components (in extensions) from Java, as
all our own UNO components use a prefix, don't they?

That native com.sun.star.comp.helper.SharedLibraryLoader.component_getFactory()
method doesn't take any prefix argument, it always looks for a symbol
called exactly "component_getFactory".

--tml


More information about the LibreOffice mailing list