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] [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 ---