[PATCH] Removing unused code

2012-04-16 Thread Laure Garcí­a Linde
From ade2a4ad180eac9e72e5104fd8e0ef9014847bec Mon Sep 17 00:00:00 2001 From: Laureano G. Linde laur...@gmail.com Date: Sun, 15 Apr 2012 18:47:57 +0200 Subject: [PATCH] Removed StgHeader::SetClassId(ClsId const ) --- sot/source/sdstor/stgelem.cxx |6 -- sot/source/sdstor/stgelem.hxx |

Re: [PUSHED][PATCH] Removing unused code

2012-04-16 Thread Caolán McNamara
On Sun, 2012-04-15 at 19:47 +0200, Laure Garcí­a Linde wrote: ___ Looks good, pushed now. Thanks for this. I think this is your first patch, so can you confirm this patch is under our preferred LGPLv3+/MPL combo ? Typical procedure is to send a sort

[PATCH] Removing unused code

2012-02-13 Thread Santiago Martinez
This patch removes unused code as listed in unusedcode.easy From 193f0208edeba24a820e9fe098456f5412d5e3a4 Mon Sep 17 00:00:00 2001 From: Santiago Martinez smvar...@gmail.com Date: Mon, 13 Feb 2012 22:31:23 +0100 Subject: [PATCH] Remove unused code. --- editeng/inc/editeng/numitem.hxx |1 -

[Libreoffice] [PUSHED][PATCH] Removing unused code

2012-01-26 Thread Caolán McNamara
On Thu, 2012-01-19 at 13:19 +0100, Alexander Bergmann wrote: --- basegfx/inc/basegfx/polygon/b2dpolygonclipper.hxx |7 -- basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx | 14 --- basegfx/source/polygon/b2dpolygonclipper.cxx | 66 -

Re: [Libreoffice] [PATCH] Removing unused code

2012-01-26 Thread Caolán McNamara
On Thu, 2012-01-19 at 13:13 +0100, Alexander Bergmann wrote: --- .../inc/basegfx/polygon/b2dpolygoncutandtouch.hxx | 10 -- basegfx/source/polygon/b2dpolygoncutandtouch.cxx | 112 unusedcode.easy|4 - 3 files changed, 0

[Libreoffice] [PUSHED][PATCH] Removing unused code

2012-01-26 Thread Caolán McNamara
On Thu, 2012-01-26 at 16:38 +, Caolán McNamara wrote: On Thu, 2012-01-19 at 13:13 +0100, Alexander Bergmann wrote: --- .../inc/basegfx/polygon/b2dpolygoncutandtouch.hxx | 10 -- basegfx/source/polygon/b2dpolygoncutandtouch.cxx | 112 unusedcode.easy

[Libreoffice] [PATCH] Removing unused code

2012-01-19 Thread Alexander Bergmann
--- .../inc/basegfx/polygon/b2dpolygoncutandtouch.hxx | 10 -- basegfx/source/polygon/b2dpolygoncutandtouch.cxx | 112 unusedcode.easy|4 - 3 files changed, 0 insertions(+), 126 deletions(-) diff --git

[Libreoffice] [PATCH] Removing unused code

2012-01-19 Thread Alexander Bergmann
--- basegfx/inc/basegfx/polygon/b2dpolygonclipper.hxx |7 -- basegfx/inc/basegfx/polygon/b3dpolygonclipper.hxx | 14 --- basegfx/source/polygon/b2dpolygonclipper.cxx | 66 - basegfx/source/polygon/b3dpolygonclipper.cxx | 102 - unusedcode.easy

[Libreoffice] [PATCH] Removing unused code

2012-01-17 Thread Alexander Bergmann
--- unusedcode.easy |8 vcl/inc/vcl/pdfextoutdevdata.hxx| 62 vcl/inc/vcl/pdfwriter.hxx |1 - vcl/source/gdi/pdfextoutdevdata.cxx | 36 vcl/source/gdi/pdfwriter.cxx|5 --

Re: [Libreoffice] [PATCH] Removing unused code

2012-01-17 Thread David Tardon
On Tue, Jan 17, 2012 at 01:22:55PM +0100, Alexander Bergmann wrote: -vcl::PDFExtOutDevData::EndGroup() -vcl::PDFExtOutDevData::GetFormsFormat() const -vcl::PDFExtOutDevData::SetAutoAdvanceTime(unsigned int, int) -vcl::PDFExtOutDevData::SetOutlineItemDest(int, int)

[Libreoffice] [PATCH] Removing unused code

2012-01-16 Thread Alexander Bergmann
--- sax/source/tools/fshelper.cxx | 48 - unusedcode.easy |4 --- 2 files changed, 0 insertions(+), 52 deletions(-) diff --git a/sax/source/tools/fshelper.cxx b/sax/source/tools/fshelper.cxx index 89c2b1a..6cdd39d 100644 ---

[Libreoffice] [PUSHED][PATCH] Removing unused code

2012-01-16 Thread Caolán McNamara
On Mon, 2012-01-16 at 12:26 +0100, Alexander Bergmann wrote: --- sax/source/tools/fshelper.cxx | 48 - unusedcode.easy |4 --- 2 files changed, 0 insertions(+), 52 deletions(-) Looks good to me. Pushed now, thanks for these. As