Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3447
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/47/3447/1
Remove unused code
Change-Id: Id4ce1d003db61374ba68f807090860595178b562
---
M chart2/source/controller/dialogs/r
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3167
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/67/3167/1
remove unused code.
A request (rReq) having anyone of following SID
SID_ATTR_CHAR_FONTHEIGHT, SID_ATTR_CHAR_FONT
David Ostrovsky has created a new patch set by issuing a rebase in Gerrit (#4).
Change subject: remove unused code svtools/bmpmaker
..
remove unused code svtools/bmpmaker
Investigated the usage of bmpmaker for fdo#39445, seeming
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/682
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/82/682/1
Remove unused code
According to unusedcode.easy
Change-Id: I31edd26d8ee7934b47ed7bf5ec6c07e1b8c5c5e9
---
M sd/sou
>From Babati Bence :
Babati Bence has uploaded a new change for review.
Change subject: remove unused code
..
remove unused code
Change-Id: I49e84449a0ea1f77ff4d14b3631aeb7670d4f4e7
---
M sd/inc/pglink.hxx
M sd/source/core/pgli
On Sun, 2012-04-29 at 16:16 +0800, Elton Chung wrote:
> Hi there,
> This patch removes 1 unused method.
Looks good to me, pushed now, thanks for this.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailm
Hi there,
This patch removes 1 unused method.
Best Regards,
Elton
--
Elton Chung
Administrator, Sponsor of mirror.layerjet.com
Language Maintainer, Tester of ReactOS Project | http://reactos.org
Email : el...@layerjet.com
On Tue, 2012-04-24 at 15:02 -0700, Javier Catala wrote:
> Hi everyone,
>
> this patch removes the unused destructor in the ImpSvtData class, as listed
> in unusedcode.easy
See
http://lists.freedesktop.org/archives/libreoffice/2012-April/030785.html
for the gotcha with unused destructors. I'll re
On Wed, 2012-04-25 at 13:47 +0100, Caolán McNamara wrote:
> We should try and fix the leak and call the destructor somewhere rather
> than removing the destructor.
Refactored now to not leave that gotcha in the unusedcode.easy list.
Fixed.
C.
___
Libre
On Wed, 2012-04-25 at 05:16 -0700, Javier Catala wrote:
> Hi everyone,
>
> This patch removes unused destructor in the ImpSvtData class, as listed in
> unusedcode.easy
Yeah, but see unusedcode.README and "f". If the constructor used, but
the destructor is unused. Then its probably a leak and we
Hi everyone,
This patch removes unused destructor in the ImpSvtData class, as listed in
unusedcode.easy
From bdfc550685d238a62602a4f93da0ab804d77b2f6 Mon Sep 17 00:00:00 2001
From: Javier Catala
Date: Tue, 24 Apr 2012 20:24:17 +0200
Subject: [PATCH] Remove unused ImpSvtData destructor.
Committe
Hi everyone,
this patch removes the unused destructor in the ImpSvtData class, as listed in
unusedcode.easy
From bdfc550685d238a62602a4f93da0ab804d77b2f6 Mon Sep 17 00:00:00 2001
From: Javier Catala
Date: Tue, 24 Apr 2012 20:24:17 +0200
Subject: [PATCH] Remove unused ImpSvtData destructor.
Comm
On Mon, 2012-04-23 at 19:39 +0200, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
looks good, pushed now, thanks for these.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedeskt
On Sun, 2012-04-22 at 20:48 +0200, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
Looks good, pushed. Thanks for this.
It bothers me a little that there was a addListener and a removeListener
where the addListener is used while removeListener is unused. It
On Mon, 2012-04-23 at 19:27 +0200, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
Looks good to me, pushed. Thanks for these.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedes
On Tue, 2012-04-24 at 07:21 +0100, Vicente Rafael Estévez Vacas wrote:
> Did I correct it and send it back to?
No need, fixed now.
> Yeah right, I will confirm the terms of license LGPLv3 + / MPL +
> combination.
Great, thanks.
C.
___
LibreOffice m
ation.
Sorry for my English.
De: Caolán McNamara
Para: Vicente Rafael Estévez Vacas
CC: "libreoffice@lists.freedesktop.org"
Enviado: Martes 24 de abril de 2012 0:22
Asunto: Re: [PUSHED] PATCH: Remove unused code from editing
On Mon, 2012-04-23
On Mon, 2012-04-23 at 17:13 +0100, Vicente Rafael Estévez Vacas wrote:
> Asunto: PATCH: Remove unused code from editing
Basically good. Though you need to build after your make your changes to
pick up that there's a small mixup between the unused
sdr::contact::ViewObjectContactOfUn
This patch removes unused code as listed in unusedcode.easy
0001-Remove-unused-code-in-sc.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
This patch removes unused code as listed in unusedcode.easy
0001-Remove-unused-code-in-dpitemdata.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
- Mensaje reenviado -
De: Vicente Rafael Estévez Vacas
Para: ""libreoffice-boun...@lists.freedesktop.org""
CC: Estévez Vacas Vicente
Enviado: Lunes 23 de abril de 2012 13:39
Asunto: PATCH: Remove unused code from editing
Thanks
0001-PATCH-Remove-unused-cod
Hello,
These is the patch that I've created. Is my first patch, so I hope this will be
correct. If you detect any problem, please let me know.Thanks!Licence: made
available under the MPL/LGPLv3+
Ferran Vidal From 553d11cbb902cf30f499c27e834d0f5c26c4f134 Mon S
Pushed. Thank you!
On 04/23/2012 12:44 AM, Ferran Vidal i Marginet wrote:
Hello,
These is the patch that I've created.
Licence: made available under the MPL/LGPLv3+
Ferran Vidal
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://
Thank you!
On 04/23/2012 02:06 AM, Santiago Martinez wrote:
This patch removes unused code as listed in unusedcode.easy
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
___
This patch removes unused code as listed in unusedcode.easy
0001-Remove-unused-code-in-vlc.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
From: Ferran Vidal
Date: Sun, 22 Apr 2012 21:10:08 +0200
Subject: [PATCH] Remove unused code
---
sc/inc/dbdata.hxx |1 -
sc/source/core/tool/dbdata.cxx |5 -
unusedcode.easy|1 -
3 files changed, 0 insertions(+), 7 deletions(-)
diff --git a/s
This patch removes unused code as listed in unusedcode.easy
0001-Remove-unused-code-in-sw.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
On Sat, 2012-04-21 at 17:20 +0100, Ferran Vidal i Marginet wrote:
> Hello,
> These is the patch that I've created.
Looks good, pushed, thanks for this.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mai
2012 18:08:11 +0200
Subject: [PATCH] Remove unused code from "Spreadsheet application code"
---
sc/inc/cell.hxx |1 -
sc/source/core/data/cell.cxx |5 -
unusedcode.easy |2 --
3 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/sc/in
On Mon, 2012-04-16 at 20:10 +0200, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
looks good, pushed. Thanks for these.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.o
On Sat, 2012-04-14 at 19:34 +0200, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
pushed, thanks for these.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/
On Sat, 2012-04-14 at 20:14 +0200, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
looks good, pushed.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listin
This patch removes unused code as listed in unusedcode.easy
0001-Remove-unused-code-in-sc.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
This patch removes unused code as listed in unusedcode.easy
0001-Remove-unused-code-in-sd.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
This patch removes unused code as listed in unusedcode.easy
0001-Remove-unused-code-in-connectivity.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
This patch removes unused code as listed in unusedcode.easy
0001-Remove-unused-code-in-oox.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
On Sun, 2012-04-08 at 21:56 +0200, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
Yup, pushed now. Well, actually Julien removed the same code and got in
first.
C.
___
LibreOffice mailing list
LibreOffice@lists.
This patch removes unused code as listed in unusedcode.easy
0001-Remove-unused-code-in-oox.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Hello,
On 4 April 2012 17:14, Thomas Collerton wrote:
> Hello all,
> this patch removes unused code in the Slider class as listed in
> unusedcode.easy
Looks good => pushed
Thanks,
Matúš
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
h
Hi Petr,
Petr Vorel píše v Po 02. 04. 2012 v 16:18 +0200:
> removed unused classes from oox.
Pushed:
http://cgit.freedesktop.org/libreoffice/core/commit/?id=07ff032c805835355ff0dff75b8ad534dfb770e9
Thank you! :-)
Regards,
Kendy
___
LibreOffice mail
Pushed. Thank you!
On 04/05/2012 12:10 AM, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
>
>
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinf
This patch removes unused code as listed in unusedcode.easy
0001-Remove-unused-code-in-svx.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Hello all,
this patch removes unused code in the Slider class as listed in
unusedcode.easy
0001-Remove-unused-code-vcl.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/lis
Hi there,
removed unused classes from oox.
Regards,
Petr
>From b4350501d1fe85da2cce5750b480e33eb6409301 Mon Sep 17 00:00:00 2001
From: Petr Vorel
Date: Mon, 2 Apr 2012 11:40:06 +0200
Subject: [PATCH] remove unused code (oox)
---
oox/inc/oox/dump/dumperbase.hxx | 18 --
oox/inc/oox/d
On Thu, 2012-03-29 at 15:23 +0200, Petr Vorel wrote:
> Hi there,
>
> removed unused methods
pushed, thanks for these
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
Hi there,
removed unused methods, hope better this time.
Regards,
Petr
>From 2d8c47fede9ec6842a98663f16c4efa70f833e22 Mon Sep 17 00:00:00 2001
From: Petr Vorel
Date: Thu, 29 Mar 2012 11:54:36 +0200
Subject: [PATCH] remove unused code (oox)
---
oox/inc/oox/dump/dffdumper.hxx |
On Wed, 2012-03-28 at 21:51 +0200, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
Looks good, pushed now, thanks for these.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesk
On Wed, 2012-03-28 at 21:31 +0200, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
Look good, pushed now.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/lis
> FWIW, if a class has only one constructor and that constructor is unused
> then it indicates that the whole class (except perhaps for any static
> methods it might have) should be possible to be removed.
Sorry, I'll think more next time.
Petr
___
LibreO
This patch removes unused code as listed in unusedcode.easy
0001-Remove-unused-code-in-connectiviy.patch
Description: Binary data
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice
This patch removes unused code as listed in unusedcode.easy
From 75344c3cb19be787fce45bd06ad93a971e0b5292 Mon Sep 17 00:00:00 2001
From: Santiago Martinez
Date: Wed, 28 Mar 2012 21:28:07 +0200
Subject: [PATCH] Remove unused code in sqlnode
---
connectivity/inc/connectivity/sqlnode.hxx |2
On Wed, 2012-03-28 at 16:23 +0200, Petr Vorel wrote:
> Hi there,
>
> yet another remove unused code patch.
Pushed now, thanks for this.
FWIW, if a class has only one constructor and that constructor is unused
then it indicates that the whole class (except perhaps for any static
methods it might
Hi there,
yet another remove unused code patch.
Regards,
Petr
>From 38a7f343736f7049d28aae132307eba02a019f27 Mon Sep 17 00:00:00 2001
From: Petr Vorel
Date: Wed, 28 Mar 2012 11:20:18 +0200
Subject: [PATCH] remove unused code (oox, sc)
---
oox/inc/oox/drawingml/textparagraphproperties.
On Tue, 2012-03-27 at 21:20 +0200, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
looks good, pushed, thanks for this.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.o
This patch removes unused code as listed in unusedcode.easy
From 85de68332e5419fbf2ef58957a9c11f588fad6c1 Mon Sep 17 00:00:00 2001
From: Santiago Martinez
Date: Tue, 27 Mar 2012 21:16:50 +0200
Subject: [PATCH] Remove unused code in l10ntools.
---
l10ntools/inc/xmlparse.hxx|6
On Tue, 2012-03-27 at 16:27 +0200, Petr Vorel wrote:
> Hi there,
>
> another bits of unused code removed.
looks good, pushed now, thanks for these.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman
Hi there,
another bits of unused code removed.
Regards,
Petr
>From e31c211d2ebb7cde8a260ec0bcef5359c0c1db8f Mon Sep 17 00:00:00 2001
From: Petr Vorel
Date: Tue, 27 Mar 2012 11:03:09 +0200
Subject: [PATCH] remove unused code (oox, sc)
---
oox/inc/oox/dump/dumperbase.hxx |
On Sun, 2012-03-25 at 20:43 +0200, Petr Vorel wrote:
> Hi there,
>
> removed some code from oox.
Pushed, looks good. I suspect that this will have a bit of a cascade
effect and a pile more stuff will become available for removal on the
next run.
C.
__
On Sun, 2012-03-25 at 18:29 +0200, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
looks good, hopefully nothing is used there under windows, but if it is
we'll know soon enough :-), pushed.
C.
___
LibreOffice mai
On Sat, 2012-03-24 at 01:03 +0100, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
great, pushed now, thanks.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman
On Fri, 2012-03-23 at 22:07 +0100, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
looks good, pushed now, thanks.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/ma
On Fri, 2012-03-23 at 21:42 +0100, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
looks good, pushed now, thanks for that.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedeskto
Hi there,
removed some code from oox.
Regards,
Petr
>From e04049e2554a94ce80dc21dfe390e91c8fd8bc41 Mon Sep 17 00:00:00 2001
From: Petr Vorel
Date: Thu, 22 Mar 2012 20:14:13 +0100
Subject: [PATCH] remove unused code (oox)
---
oox/source/ole/vbaprojectfilter.cxx | 13 -
sc/sou
This patch removes unused code as listed in unusedcode.easy
From 08525faa466535c5f10bcd413199351f5d953975 Mon Sep 17 00:00:00 2001
From: Santiago Martinez
Date: Sun, 25 Mar 2012 18:24:32 +0200
Subject: [PATCH] Remove unused code in svtools.
---
svtools/source/filter/wmf/winmtf.cxx | 23
This patch removes unused code as listed in unusedcode.easy
From a934503727e8f8970695d3a61f78e7e2d66ce137 Mon Sep 17 00:00:00 2001
From: Santiago Martinez
Date: Sat, 24 Mar 2012 01:01:49 +0100
Subject: [PATCH] Remove unused code in xmloff.
---
unusedcode.easy |2 --
xmloff
This patch removes unused code as listed in unusedcode.easy
From 8d0dca528f9cb12dc8e5cdb2f2c1dcaf2270a04f Mon Sep 17 00:00:00 2001
From: Santiago Martinez
Date: Fri, 23 Mar 2012 22:05:00 +0100
Subject: [PATCH] Remove unused code in vlc.
---
unusedcode.easy |1 -
vcl/inc/vcl
This patch removes unused code as listed in unusedcode.easy
From 00975e8dec9da11e13b4523d1d9e918bac5f5222 Mon Sep 17 00:00:00 2001
From: Santiago Martinez
Date: Fri, 23 Mar 2012 21:37:59 +0100
Subject: [PATCH] Remove unused code in scaddins.
---
scaddins/source/datefunc/datefunc.cxx | 17
On Tue, 2012-03-20 at 21:26 +0100, Chr. Rossmanith wrote:
> A PresenterAnimation could be instantiated here
>
> ModeChangeAnimation (
> const ::boost::shared_ptr& rpSprite,
> const Reference& rxCanvas)
> : PresenterAnimation (0, 1000, 20),
>mpSprite(rpSp
Am 20.03.2012 15:56, schrieb Caolán McNamara:
On Tue, 2012-03-20 at 13:54 +, Caolán McNamara wrote:
Yeah, in unused.easy I see that the PresenterAnimator::PresenterAnimator
ctor is never called, and its the only constructor, so one is never
instantiated, so you can remove the whole thing wit
On Tue, 2012-03-20 at 15:07 +, Caolán McNamara wrote:
> I've a shed full of stuff I can't throw out just in case some day we
> need it. Not that removing stuff from sdext will give me more space in
> my shed I suppose.
:-) I have a similar shed - I can't get into it either ;-) but I r
On Tue, 2012-03-20 at 15:24 +0100, Chr. Rossmanith wrote:
> At least it doesn't change the position of mxSprite. Only the cpu is a
> little less idle :-) Then I'll continue to remove maTransform? Or
> should it be kept for future use?
I'm not a fan of "some day we'll use it", ditch it if it do
On Tue, 2012-03-20 at 13:54 +, Caolán McNamara wrote:
> Yeah, in unused.easy I see that the PresenterAnimator::PresenterAnimator
> ctor is never called, and its the only constructor, so one is never
> instantiated, so you can remove the whole thing without loss of
> functionality.
Whoops, its
Hi,
Probably the private variable maTransform can be removed as well: it is
initialized with the identity transform and never changed afterwards.
Does that suggest that the actual call to
mxSprite->transform(maTransform) is actually a no-op ?
At least it doesn't change the position of mxSprite.
On Sat, 2012-03-17 at 21:03 +0100, Chr. Rossmanith wrote:
> Hi,
>
> some more code removal.
Looks good, pushed this now.
> Probably the private variable maTransform can be removed as well: it is
> initialized with the identity transform and never changed afterwards.
Does that suggest that the
On Sat, 2012-03-17 at 15:34 +0100, Chr. Rossmanith wrote:
> Hi,
>
> I had a look at unusedcode.easy (sdext/presenter) and removed a little
> bit more than mentioned there: as there are no end callbacks added
> (AddEndCallback() was unused), there is no need to run them ->
> RunEndCallbacks() co
On Sun, 2012-03-18 at 14:40 +0100, Petr Vorel wrote:
> Hi there,
>
> some unused code removed (oox, sc).
Looks good to me, pushed now, thanks for these.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mai
On Fri, 2012-03-16 at 20:20 +0100, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
Looks good to me, pushed now, thanks for this.
C.
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.free
Hi there,
some unused code removed (oox, sc).
Regards,
Petr
>From 3c03ddd6eb8e0cefa229f3874e3da35bd0a57788 Mon Sep 17 00:00:00 2001
From: Petr Vorel
Date: Sat, 17 Mar 2012 20:25:52 +0100
Subject: [PATCH 1/2] remove unused code (oox, sc)
---
oox/inc/oox/dump/dumperbase.hxx |7 ---
Sat, 17 Mar 2012 20:57:16 +0100
Subject: [PATCH] Remove unused code (sdext)
---
sdext/source/presenter/PresenterController.cxx |5 -
sdext/source/presenter/PresenterController.hxx |1 -
sdext/source/presenter/PresenterGeometryHelper.cxx | 19 ---
sdext/sou
Hi,
I had a look at unusedcode.easy (sdext/presenter) and removed a little
bit more than mentioned there: as there are no end callbacks added
(AddEndCallback() was unused), there is no need to run them ->
RunEndCallbacks() could be removed as well. Same logic for start
callbacks. Finally mpSt
This patch removes unused code as listed in unusedcode.easy
From e2ce9edf1b94bff6443257b875fa13255ac71e81 Mon Sep 17 00:00:00 2001
From: Santiago Martinez
Date: Fri, 16 Mar 2012 20:12:53 +0100
Subject: [PATCH] Remove unused code as listed in unusedcode.easy
---
.../source/drivers/evoab2
Hi there,
remove some unused code in oox and sd.
Regards,
Petr
>From 2cc831282d53c3a14dd10fc8cb190f1d15df3354 Mon Sep 17 00:00:00 2001
From: Petr Vorel
Date: Thu, 15 Mar 2012 11:40:15 +0100
Subject: [PATCH] remove unused code (oox, sd)
---
oox/inc/oox/helper/attributelist.hxx |
On Wed, Mar 14, 2012 at 6:46 PM, Caolán McNamara wrote:
> On Wed, 2012-03-14 at 02:05 +0200, Mariana Marasoiu wrote:
>> Hi!
>>
>> These patches remove unused code as listed in unusedcode.easy
>
> Looks good, pushed now. Thanks for these. If I'm not wrong, this is you
> first submission ? If so, ca
On Wed, 2012-03-14 at 02:05 +0200, Mariana Marasoiu wrote:
> Hi!
>
> These patches remove unused code as listed in unusedcode.easy
Looks good, pushed now. Thanks for these. If I'm not wrong, this is you
first submission ? If so, can you add yourself to
http://wiki.documentfoundation.org/Developme
Hi!
These patches remove unused code as listed in unusedcode.easy
Mariana Marasoiu
From 2fa32c691f2af987bb32bff8b9b3f940c90b08aa Mon Sep 17 00:00:00 2001
From: Mariana Marasoiu
Date: Wed, 14 Mar 2012 01:07:16 +0200
Subject: [PATCH 1/4] Remove unused code in drawingml.
---
oox/inc/oox/drawingm
This patch removes unused code as listed in unusedcode.easy
From 585721f333baa53199ab2dbe36964e5759b3089a Mon Sep 17 00:00:00 2001
From: Santiago Martinez
Date: Mon, 12 Mar 2012 20:38:51 +0100
Subject: [PATCH] Remove unused code in dpitemdata
---
sc/inc/dpitemdata.hxx |2 --
sc
This patch removes unused code as listed in unusedcode.easy
From 2552218909dbee683a87c3052d1c4dd85b4a58fe Mon Sep 17 00:00:00 2001
From: Santiago Martinez
Date: Mon, 12 Mar 2012 19:22:44 +0100
Subject: [PATCH] Remove unused code in dptabres
---
sc/inc/dptabres.hxx |3 ---
sc
This patch removes unused code as listed in unusedcode.easy
From 1d2ad5f05d4b415df6ff636c7f62c9ba1ea4a1bf Mon Sep 17 00:00:00 2001
From: Santiago Martinez
Date: Mon, 12 Mar 2012 19:04:03 +0100
Subject: [PATCH] Remove unused code in dpcache
---
sc/inc/dpcache.hxx |3 ---
sc
Hi Petr,
On 09.03.2012 11:39, Petr Vorel wrote:
another patch removing unused code. Actually I need an advice this time. Is
method oox::core::XmlFilterBase::getChartConverter() really unused / unwanted?
As it's used in Shape::finalizeXShape (oox/source/drawingml/shape.cxx). So feel
free to drop
Btw can we really rely on the tool which generates unusedcode.easy?
Regards,
Petr
>From 94f6485cdfd7e87af6c432708c16aed061a8c2cb Mon Sep 17 00:00:00 2001
From: Petr Vorel
Date: Thu, 8 Mar 2012 16:11:03 +0100
Subject: [PATCH] remove unused code
---
oox/inc/oox/core/xmlfilterbase.hxx|4
Pushed.
On 03/08/2012 02:07 AM, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
>
>
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffi
Pushed.
On 03/08/2012 02:19 AM, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
>
>
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffi
Pushed.
On 03/08/2012 01:05 AM, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.easy
>
>
>
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreo
Pushed.
On 03/08/2012 01:27 AM, Santiago Martinez wrote:
> This patch removes unused code as listed in unusedcode.eas
>
>
>
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffic
This patch removes unused code as listed in unusedcode.easy
From 5ad94b05322b615da580027ed99e8a4e7ca68a51 Mon Sep 17 00:00:00 2001
From: Santiago Martinez
Date: Wed, 7 Mar 2012 21:46:11 +0100
Subject: [PATCH] Remove unused code as listed in unusedcode.easy
---
sc/source/ui/vba
This patch removes unused code as listed in unusedcode.easy
From 19f0c3ee363967fdd01601d640aff69c705b0303 Mon Sep 17 00:00:00 2001
From: Santiago Martinez
Date: Wed, 7 Mar 2012 21:32:29 +0100
Subject: [PATCH] Remove unused code in vbahelper
---
unusedcode.easy |3
This patch removes unused code as listed in unusedcode.eas
From 4299bf917c9ac0c02dd5aecc8b40e09e775136f6 Mon Sep 17 00:00:00 2001
From: Santiago Martinez
Date: Wed, 7 Mar 2012 20:54:46 +0100
Subject: [PATCH] Remove unused code in vbahelper
---
unusedcode.easy |4
This patch removes unused code as listed in unusedcode.easy
From 7b4e4199bdf631796f69813e60c296b0a0561e0c Mon Sep 17 00:00:00 2001
From: Santiago Martinez
Date: Wed, 7 Mar 2012 20:32:25 +0100
Subject: [PATCH] Remove unused code
---
connectivity/inc/connectivity/dbcharset.hxx |1
Hi,
This patch removes 2 unused methods.
Best Regards,
Elton
--
Elton Chung
Administrator, Sponsor of mirror.layerjet.com
Language Maintainer, Tester of ReactOS Project | http://reactos.org
Email: el...@layerjet.com
--
Another unused code removed.
>From 226fccc7f2fd022ed9d329ac9c6bb373fbeff265 Mon Sep 17 00:00:00 2001
From: Petr Vorel
Date: Sat, 3 Mar 2012 02:16:31 +0100
Subject: [PATCH] remove unused code
---
oox/inc/oox/helper/binaryinputstream.hxx |4
oox/inc/oox/helper/modelobjecthelper.
1 - 100 of 191 matches
Mail list logo