On 12/13/2013 12:56 PM, Stephan Bergmann wrote:
Nowadays, the only code involved for passively registered components are cppuhelper/source/servicemanager.cxx reading the .rdb data and passing off instantiation requests to cppuhelper/source/shlib.cxx. For historical reasons they do so via a published additional cppu::loadSharedLibComponentFactory overload (with additional prefix argument), but that communication channel should rather be private.
Made it private now with <http://cgit.freedesktop.org/libreoffice/core/commit/?id=2f7b329297c65d75f428d389a53b5822e38b0ec5> "[API CHANGE] remove cppu::loadSharedLibComponentFactory w/ rPrefix again" (which is only nominally an API change).
Stephan _______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
