Re: Patch: Fixed cppcheck messages about rethrowing copy of exception

2012-02-07 Thread Philipp Kloke
To avoid confusion: This patch has been applied in an updated version in commit ba5a460bc15393cc64522f288b7b2b678d6fcc99. Thanks! ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PUSHED][PATCH] Fixed cppcheck messages about rethrowing copy of exception

2012-02-07 Thread Caolán McNamara
On Fri, 2012-02-03 at 14:12 +0100, Philipp Kloke wrote: > This is my first patch to LO. Please have a look on it and let me know > if it is ok. Looks good to me. Also looks like Julien pushed this on Sunday. Thanks for this. Can you add yourself to http://wiki.documentfoundation.org/Development/D

Patch: Fixed cppcheck messages about rethrowing copy of exception

2012-02-06 Thread Philipp Kloke
Hi, I did some work on the output of the static source analysis tool cppcheck. I reviewed all messages about rethrowing the copy of an exception and fixed them in LibreOffice code (63 messages were valid. 1 invalid message (fixed in cppcheck)). This is my first patch to LO. Please have a look