[PATCH] unusedcode.easy: Removed unused code

2012-02-10 Thread Alexander Bergmann
--- l10ntools/inc/export.hxx |1 - l10ntools/source/merge.cxx | 16 tools/inc/tools/multisel.hxx |2 - tools/source/memtools/multisel.cxx | 45 --- unusedcode.easy| 11 -- vcl/inc/vcl/field.hxx

[PATCH] unusedcode.easy: Removed unused code

2012-02-10 Thread Alexander Bergmann
--- editeng/source/editeng/editdoc.cxx |8 editeng/source/editeng/editdoc.hxx |1 - linguistic/source/lngsvcmgr.cxx| 15 --- linguistic/source/lngsvcmgr.hxx|3 --- svtools/inc/svtools/imap.hxx |3 --- svtools/source/edit/svmedit.cxx|6

[PATCH] unusedcode.easy: Removed unused code

2012-02-09 Thread Alexander Bergmann
--- .../source/drivers/postgresql/pq_tools.cxx | 14 --- .../source/drivers/postgresql/pq_tools.hxx |2 - pyuno/inc/pyuno/pyuno.hxx | 11 -- pyuno/source/module/pyuno_impl.hxx |2 - pyuno/source/module/pyuno_runtime.cxx

[PATCH] unusedcode.easy: Removed unused code (linguistic)

2012-02-08 Thread Alexander Bergmann
--- linguistic/inc/linguistic/misc.hxx |6 linguistic/source/misc.cxx | 51 unusedcode.easy|5 --- 3 files changed, 0 insertions(+), 62 deletions(-) diff --git a/linguistic/inc/linguistic/misc.hxx

Re: PATCH build errors on Ubuntu 10.04

2012-02-08 Thread Alexander Bergmann
Hi Michael, from what I read here makes me feel like there are couple of switches, which are enabled by default, but can be disabled pretty safely. Some of them --disable-epm, --without-junit and --without-java were documented in the wiki:

[Libreoffice] [PATCH] unusedcode.easy: Removed unused code (basegfx)

2012-01-31 Thread Alexander Bergmann
--- basegfx/inc/basegfx/matrix/b2dhommatrixtools.hxx |3 - basegfx/inc/basegfx/polygon/b2dpolygon.hxx | 20 basegfx/inc/basegfx/polygon/b3dpolygon.hxx |3 - basegfx/inc/basegfx/polygon/b3dpolypolygon.hxx |3 - basegfx/inc/basegfx/range/b1drange.hxx |

Re: [Libreoffice] LibreOffice Code Cleanup Patch

2012-01-27 Thread Alexander Bergmann
Hi Muthu, Its nice to see those patches. But, it will be nice to see/use the tools/scripts directly? Especially if they can be hooked to git (like the current white space/tabs removal ones)? First I noticed, that ( () ) did only appear in two cases: SAL_THROW( () ) and THROWS( () ) As I

[Libreoffice] [PATCH] unusedcode.easy: Removed unused code (basegfx::B2ITuple)

2012-01-27 Thread Alexander Bergmann
--- basegfx/inc/basegfx/tuple/b2ituple.hxx |7 basegfx/source/tuple/b2ituple.cxx | 48 unusedcode.easy|6 3 files changed, 0 insertions(+), 61 deletions(-) diff --git a/basegfx/inc/basegfx/tuple/b2ituple.hxx

[Libreoffice] [PATCH] unusedcode.easy: Removed unused code (basegfx::B2IVector)

2012-01-27 Thread Alexander Bergmann
--- basegfx/inc/basegfx/vector/b2ivector.hxx | 65 - basegfx/source/vector/b2ivector.cxx | 67 -- unusedcode.easy |7 --- 3 files changed, 0 insertions(+), 139 deletions(-) diff --git

[Libreoffice] [PATCH] unusedcode.easy: Removed unused code (basegfx::B3DPolygon, basegfx::B3DPolyPolygon)

2012-01-27 Thread Alexander Bergmann
--- basegfx/inc/basegfx/polygon/b3dpolygon.hxx |7 +--- basegfx/inc/basegfx/polygon/b3dpolypolygon.hxx | 10 +- basegfx/source/polygon/b3dpolygon.cxx | 40 basegfx/source/polygon/b3dpolypolygon.cxx | 28 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 --

[Libreoffice] [LibreOffice] License statement

2012-01-16 Thread Alexander Bergmann
Hi @all, all my contributions to LibreOffice are licensed under the terms of the MPL / LGPLv3+. Best regards, Alexander Bergmann ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo

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