[Libreoffice] [PATCH] cppcheck cleanliness: duplicate expression

2011-09-07 Thread Korrawit Pruegsanusak
Hello all, Attached patch will clear the cppcheck warning for duplicate expression on both sides of '<'. Best Regards, -- Korrawit Pruegsanusak 0001-cppcheck-cleaning-duplicate-expression-on-both-sides.patch Description: Binary data ___ LibreOffice ma

[Libreoffice] [PATCH] cppcheck cleanliness

2011-05-28 Thread Korrawit Pruegsanusak
Hello all, The attached patch is to remove warning about "inefficient checking for emptiness" from cppcheck. Please feel free to comment. Best Regards, -- Korrawit Pruegsanusak From e9d8c0fee442f0f6e7cafe06618a340d423ba170 Mon Sep 17 00:00:00 2001 From: Korrawit Pruegsanusak Date: Sun, 29 May 201

Re: [Libreoffice] [PATCH] CppCheck cleanliness in bootstrap

2011-01-05 Thread David Tardon
On Tue, Jan 04, 2011 at 10:41:26PM +0100, Guillaume Poussel wrote: > Hi everybody, > > I've started to look at the huge > listof "defects" that Cpp Check > show. I have corrected few things in bootstrap. > The rest should be false positive or errors in dmake/

[Libreoffice] [PATCH] CppCheck cleanliness in bootstrap

2011-01-04 Thread Guillaume Poussel
Hi everybody, I've started to look at the huge listof "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 abo