Re: [PATCH] unusedcode.easy: Removed unused code

2012-04-20 Thread Miklos Vajna
On Thu, Apr 19, 2012 at 11:52:48PM +0200, Xavi Escriche Galindo wrote: > -UnoControlModel::UnoControlModel() > -:UnoControlModel_Base() > -,MutexAndBroadcastHelper() > -,OPropertySetHelper( BrdcstHelper ) > -,maDisposeListeners( *this ) > -,maContext( ::comphelper::getProcessS

[PATCH] unusedcode.easy: Removed unused code

2012-04-20 Thread Xavi Escriche Galindo
0001-Remove-unused-code-function-UnoControlModel-UnoContr.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [PUSHED][PATCH] unusedcode.easy: Removed unused code

2012-02-15 Thread Caolán McNamara
On Fri, 2012-02-10 at 17:39 +0100, Alexander Bergmann wrote: > --- > editeng/source/editeng/editdoc.cxx |8 > editeng/source/editeng/editdoc.hxx |1 - pushed this now, thanks for this. C. ___ LibreOffice mailing list LibreOffice@lists.

[PUSHED][PATCH] unusedcode.easy: Removed unused code

2012-02-13 Thread Caolán McNamara
On Fri, 2012-02-10 at 15:29 +0100, Alexander Bergmann wrote: > 15 files changed, 0 insertions(+), 217 deletions(-) Pushed this now, thanks for this. Though SetEnableATToolSupport is actually used under windows, so I tweaked it to be windows-only code rather than remove it. C. __

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

[PUSHED]PATCH] unusedcode.easy: Removed unused code

2012-02-10 Thread Caolán McNamara
On Thu, 2012-02-09 at 21:18 +0100, Alexander Bergmann wrote: > --- > .../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

[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

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

2012-02-09 Thread Caolán McNamara
On Wed, 2012-02-08 at 12:29 +0100, Alexander Bergmann wrote: > --- > linguistic/inc/linguistic/misc.hxx |6 > linguistic/source/misc.cxx | 51 > > unusedcode.easy|5 --- > 3 files changed, 0 insertions(+), 62 deletion

[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 b/linguistic/inc/li

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

2012-02-01 Thread Caolán McNamara
On Wed, 2012-02-01 at 10:16 +, Noel Power wrote: > perhaps there is a callcatcher special case at work.. Anyway, fixed this up and pushed. The special case is that callcatcher is a simple-minded compiler wrapper, and only sees stuff that gcc emits code for. In these cases gcc, even with -O0,

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

2012-02-01 Thread Noel Power
Hi Alexander After applying this doesn't compile for me, at least in a couple of instances there appear to be getEmptyTuple methods still referenced in the code ( e.g. b32point.hxx:122 ), I knocked out a couple of those but then some errors started appearing in some of the cxx files. Now before

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

[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] 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 a/basegfx/inc/baseg

[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 b/base