Re: component registration

2015-05-18 Thread Stephan Bergmann
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

component registration

2015-05-15 Thread sotlef
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

[Libreoffice] problems with component registration

2011-05-17 Thread Noel Power
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

Re: [Libreoffice] [PUSHED] fix odfflatxml and xsltfilter component registration

2011-03-28 Thread Noel Power
adding pushed as I see it is already committed ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PATCH] fix odfflatxml and xsltfilter component registration

2011-03-25 Thread Michael Meeks
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

[Libreoffice] [PATCH] fix odfflatxml and xsltfilter component registration

2011-03-25 Thread Peter Jentsch
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