Commit license

2012-05-03 Thread Guillaume Poussel
Hi everyone, All of my past and future contributions to LibreOffice may be licensed under MPL/LGPLv3+ dual license (or any other license). Regards, Guillaume Poussel Le 3 mai 2012 13:19, Michael Meeks michael.me...@suse.com a écrit : Hi there, On Sun, 2011-02-27 at 23:03 +0100, Guillaume

[Libreoffice] [PATCH] Code cleanliness

2011-02-27 Thread Guillaume Poussel
Hi, Please find attached 2 patches in base/ which clean useless comments up. Regards, Guillaume (still under LGPLv3+/MPL) ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [Libreoffice] [PATCH] Code cleanliness

2011-02-27 Thread Guillaume Poussel
Better with files attached :) 2011/2/27 Guillaume Poussel gpous...@gmail.com: Hi, Please find attached 2 patches in base/ which clean useless comments up. Regards, Guillaume (still under LGPLv3+/MPL) 0001-Remove-date-comments-in-base.patch Description: Binary data 0002-Remove-bogus

[Libreoffice] [PATCH] Remove bogus comments in components and impress

2011-02-13 Thread Guillaume Poussel
Hi, Find attached new patches that remove bogus comments (still under LGPLv3+/MPL) in components and impress. Comments with kind of 'revision control' (with dates) remain in writer and binfilter. I will work on writer and write it on the wiki. Regards, Guillaume Poussel 0001-Remove-bogus

[Libreoffice] Building fail on Ubuntu

2011-02-04 Thread Guillaume Poussel
Hello, I am unable to build i18npool on Ubuntu 10.10 for an unknown reason. You could see build log here: http://libreoffice.pastebin.com/raw.php?i=qfADMV51 I have download again the full source and i got the same error. Could someone please help me? Thanks, regards. Guillaume Poussel

[Libreoffice] [PATCH] Again cppcheck cleanliness

2011-01-06 Thread Guillaume Poussel
Hi everybody, A new patch which correct cppcheck warnings in base/. To be continued with other modules. Regards, Guillaume 0002-Clean-resourceleak-warning-in-cppcheck.patch Description: Binary data 0001-cppcheck-cleanliness.patch Description: Binary data

[Libreoffice] [PATCH] CppCheck cleanliness in bootstrap

2011-01-04 Thread Guillaume Poussel
Hi everybody, I've started to look at the huge listhttp://libreoffice.boldandbusted.com/of defects that Cpp Check show. I have corrected few things in bootstrap. The rest should be false positive or errors in dmake/ folder. It would be great if someone could have a look and keep me posted about

Re: [Libreoffice] [Patch] [Easy task] Remove bogus macro that expand to empty string

2010-12-22 Thread Guillaume Poussel
will talk about it after the Xmas holidays. Now, i will take other easy tasks and try to send my code. Guillaume. Le 22/12/2010 14:49, Cedric Bosdonnat a écrit : Bonjour Guillaume, On Wed, 2010-12-22 at 11:47 +0100, Guillaume Poussel wrote: I use LibreOffice almost every day and I'm interested

[Libreoffice] [Patch] Remove bogus macro...

2010-12-22 Thread Guillaume Poussel
: Guillaume Poussel gpous...@gmail.com Date: Wed, 22 Dec 2010 18:37:18 +0100 Subject: [PATCH] Remove __READONLY_DATA --- tools/inc/tools/solar.h |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h index 8b72805..cc78aa5 100644

[Libreoffice] [Easy Hacks] Creating OUString

2010-12-22 Thread Guillaume Poussel
Hi all, I have had a look on the Use RTL_CONSTASCII_USTRINGPARAM macro http://wiki.documentfoundation.org/Development/Easy_Hacks#Use_RTL_CONSTASCII_USTRINGPARAM_macro task. Lot of module have his own macro to transform an ASCII string to an OUString : CREATE_OUSTRING, OUSTR, UNISTRING, C2U...