now how to register components - regcomp is depricated and
requires component_writeInfo function in shared library.
In source tree .component files exists and as I know its used for component
registration but how? What is modern method of registration now? Is there
any new documentation for it?
Original
regcomp is depricated and
requires component_writeInfo function in shared library.
In source tree .component files exists and as I know its used for component
registration but how? What is modern method of registration now? Is there
any new documentation for it?
--
View this message in cont
Hi David,
It seems that
http://cgit.freedesktop.org/libreoffice/libs-gui/commit/?id=f9496177a4c942f2acc39a978a3cd65689f14d8d
is causing some problems with component registration with at least basic
on master. I have a temporary fix for this here
http://cgit.freedesktop.org/libreoffice/libs
adding pushed as I see it is already committed
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Hi Peter,
On Fri, 2011-03-25 at 22:59 +0100, Peter Jentsch wrote:
> the component registration seems to have changed recently, which broke
> the new odf flat xml export and the libxslt based xslt transformation
> service.
Right ! :-) nice catch, and well done unwinding the n
Hi,
the component registration seems to have changed recently, which broke
the new odf flat xml export and the libxslt based xslt transformation
service.
Attached are two patches to fix those.
I'm unsure how to reliably get the service.rdb rebuilt after changing
the component defini