License Agreement

2012-05-12 Thread Andy Holder
All of my past & future contributions to LibreOffice may be licensed under the MPL/LGPLv3+ dual license. Cheers Andy Holder ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[Libreoffice] cppcheck clean ups

2011-01-29 Thread Andy Holder
More simple cpp check clean ups. Andy>From ddd64b735bc5dfecb8a7a2838072003e2b36bb26 Mon Sep 17 00:00:00 2001 From: Andy Holder Date: Sat, 29 Jan 2011 16:55:22 + Subject: [PATCH] cppcheck: Prefer prefix ++/-- operators --- vcl/win/source/gdi/salgdi3.cxx |2 +- 1 files changed

[Libreoffice] cppcheck patches

2011-01-24 Thread Andy Holder
Here are some patches removing unused variables found by cppcheck Andy >From f4907a0cda8c414fe27c42c24a262c0a761daf2e Mon Sep 17 00:00:00 2001 From: Andy Holder Date: Sun, 23 Jan 2011 23:44:23 + Subject: [PATCH 1/5] cppcheck: Variables not used --- binfilter/bf_sw/source/filter/

[Libreoffice] cppcheck: Invalid Character errors fix

2010-12-23 Thread Andy Holder
00:00:00 2001 From: Andy Holder Date: Thu, 23 Dec 2010 17:31:49 + Subject: [PATCH] cppcheck: Invalid Character errors fix There are a number of "Invalid number of character ({) when these macros are defined" error from cppcheck, I think these are caused by the start of a namespace de

[Libreoffice] Finish removing unhelpful File.hxx macros

2010-12-13 Thread Andy Holder
Last two patches to remove these macros. Andy>From d754de30bcc8ed04bfce96336be71b0e710a8765 Mon Sep 17 00:00:00 2001 From: Andy Holder Date: Sun, 12 Dec 2010 14:51:41 + Subject: [PATCH] Change unnamespaced file.hxx macros --- l10ntools/source/help/HelpLinker.cxx |2 +- tool

[Libreoffice] patches for Remove unhelpful File.hxx macros

2010-12-09 Thread Andy Holder
Hi I'm new here and to start I've done 3 patches to start the "Remove unhelpful File.hxx macros" task in the Easy hacks. Andy>From 6ed89bdba49c524eb9d04d4058890e9b08f1fbcc Mon Sep 17 00:00:00 2001 From: Andy Holder Date: Wed, 8 Dec 2010 13:38:03 + Subject: [PAT