Re: [Libreoffice] Easy Task - remove non-compiled / dead code

2011-02-11 Thread Jean Charles Papin
Thank you for your encouragements. But unfortunately, most of the deleted comments were done by hand, because I was unable to really make an distinction between comments and the commented code. Some times, comments and commented code will appear in /*...*/ . My C program tries to delete /*..*/ bl

Re: [Libreoffice] Easy Task - remove non-compiled / dead code

2011-02-11 Thread Thomas Arnhold
Hi, looks nice. But that doesn't replace manual overlooking what was deleted. For example in dmake/dmake.c was the following left: "/* Uncomment the following line to pass commands to the DBUG engine * before the command line switches (-#..) are evaluated. */" This comment was related to "D

[Libreoffice] Easy Task - remove non-compiled / dead code

2011-02-11 Thread Jean Charles Papin
Hi everyone, I've removed non-compiled pieces of code for boostrap. I hope it's ok ;) Regards, -- Jean-Charles Papin Diff_Bootstrap Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org

[Libreoffice] Easy Task - remove non-compiled / dead code

2011-02-11 Thread Jean Charles Papin
Hi everyone, I'm currently removing all non-compiled pieces of code. I don't know how to edit the wiki page (for registered user only?), so I prefer inform you of my intentions. For that work, I've made a little C program (with reg-ex). I hope this will work fine ;) I'll send you my diff file soo