Re: [Libreoffice] [PUSHED][PATCH] remove NfShCurrencyEntries and NfShCurrencyEntryPtr types

2011-11-23 Thread Daniel Di Marco
Hi Eike, thanks. All my patches are contributed under LGPLv3+ and MPL 1.1 licenses. Best regards, Daniel Original-Nachricht > Datum: Tue, 22 Nov 2011 17:03:38 +0100 > Von: Eike Rathke > An: Daniel Di Marco > CC: libreoffice@lists.freedesktop.org > Betreff: R

[Libreoffice] [PATCH] remove NfShCurrencyEntries and NfShCurrencyEntryPtr types

2011-11-21 Thread Daniel Di Marco
Hi, attached is a simple patch to remove 2 obsolete datatypes. Cheers, Daniel >From ea8780a248d506ce1d874538c934b5026c8d5e6e Mon Sep 17 00:00:00 2001 From: Daniel Di Marco Date: Mon, 21 Nov 2011 23:10:50 +0100 Subject: [PATCH] remove NfShCurrencyEntries and NfShCurrencyEntryPtr ty

[Libreoffice] [PATCH] SvUShorts -> std::vector

2011-10-19 Thread Daniel Di Marco
Hi, I replaced some more SvUShorts with std::vectors. Cheers, Daniel >From bdd91161cd4f7c9f5bd0b4d7d5a91d2d1fb23745 Mon Sep 17 00:00:00 2001 From: Daniel Di Marco Date: Thu, 20 Oct 2011 02:06:49 +0100 Subject: [PATCH] SvUShorts -> std::vector --- sw/source/core/bastyp/swcache.cxx

Re: [Libreoffice] [PATCH] SvUShorts -> std::vector

2011-09-20 Thread Daniel Di Marco
some stl implementations, its preferred to use empty(). On Mon, Sep 19, 2011 at 7:51 PM, Daniel Di Marco mailto:d.dima...@gmx.de>> wrote: Hi, I replaced some usages of SvUShorts with std::vectors. License is LGPLv3+/MPL Cheers,

[Libreoffice] [PATCH] SvUShorts -> std::vector

2011-09-19 Thread Daniel Di Marco
Hi, I replaced some usages of SvUShorts with std::vectors. License is LGPLv3+/MPL Cheers, Daniel >From b15d4e4363f567c4c0a42c9fb830745b2625ca44 Mon Sep 17 00:00:00 2001 From: Daniel Di Marco Date: Mon, 19 Sep 2011 23:18:28 + Subject: [PATCH] replaced some SvUShorts with std::vec