Timothy Markle license statement

2014-02-13 Thread Tim Markle
All of my past & future contributions to LibreOffice may be licensed under the MPLv2/LGPLv3+ dual license. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

[PATCH] fdo#66822: refactor HTML export of image bullet list

2014-02-08 Thread Tim Markle
Fixed HTML export of image bullet list. Removed width, height, align attributes in . Removed two unused variables. This code is contributed under the LGPLv3+ / MPL. From b9b6146ab0651c44f99a6a13ee85c1782f3d955b Mon Sep 17 00:00:00 2001 From: Timothy Markle Date: Sat, 8 Feb 2014 20:11:56 +0100 Sub

[PATCH] fdo#43157: Clean up OSL_ASSERT, DBG_ASSERT, etc.

2014-01-31 Thread Tim Markle
Here is a small contribution I tried for one of the easy hacks. This code is contributed under the LGPLv3+ / MPL. From 67b3b38717f788931c7acf44dd7b75d85a3fb713 Mon Sep 17 00:00:00 2001 From: Timothy Markle Date: Fri, 31 Jan 2014 21:17:10 +0100 Subject: [PATCH] fdo#43157 - Clean up OSL_ASSERT Cha