Re: [PATCH 0/8][PUSHED (partial)] Remove some more unused methods

2012-02-08 Thread Greg Kroah-Hartman
On Wed, Feb 08, 2012 at 11:24:01AM -0600, Norbert Thiebaud wrote: > On Wed, Feb 8, 2012 at 10:57 AM, Greg Kroah-Hartman > wrote: > > Here are 8 patches removing some more unused methods in the tree. > > > > Hopefully I didn't mess up and delete somethings that were

Re: [PUSHED 4/4] Re: [PATCH 0/4] Remove some unused methods

2012-02-08 Thread Greg Kroah-Hartman
On Tue, Feb 07, 2012 at 01:26:18AM +0100, Michael Stahl wrote: > patches to remove the tools/fsys trainwreck completely and adapt callers > to use osl/file.hxx would be appreciated of course :) I've started to look into this. It is safe to say that I should only be cleaning up the usages outside

[PATCH 0/8] Remove some more unused methods

2012-02-08 Thread Greg Kroah-Hartman
Here are 8 patches removing some more unused methods in the tree. Hopefully I didn't mess up and delete somethings that were being used by Windows or other architectures, I think my searching was sufficient, but I might have missed something. All of these patches are contributed under the LGPLv3+

[PATCH 8/8] vcl: I18nHelper: delete unused GetDate() method

2012-02-08 Thread Greg Kroah-Hartman
--- vcl/inc/vcl/i18nhelp.hxx|1 - vcl/source/app/i18nhelp.cxx |7 --- 2 files changed, 0 insertions(+), 8 deletions(-) diff --git a/vcl/inc/vcl/i18nhelp.hxx b/vcl/inc/vcl/i18nhelp.hxx index faafdfe..610f5cf 100644 --- a/vcl/inc/vcl/i18nhelp.hxx +++ b/vcl/inc/vcl/i18nhelp.hxx @@ -8

[PATCH 7/8] vcl: I18nHelper: delete unused getLocal() method

2012-02-08 Thread Greg Kroah-Hartman
--- unusedcode.easy |1 - vcl/inc/vcl/i18nhelp.hxx|2 -- vcl/source/app/i18nhelp.cxx |5 - 3 files changed, 0 insertions(+), 8 deletions(-) diff --git a/unusedcode.easy b/unusedcode.easy index 53c1aea..f4115ce 100644 --- a/unusedcode.easy +++ b/unusedcode.easy @@ -

[PATCH 6/8] utl: delete unused NodeValueAccessor::bind() method

2012-02-08 Thread Greg Kroah-Hartman
--- unotools/source/config/configvaluecontainer.cxx | 10 -- unusedcode.easy |1 - 2 files changed, 0 insertions(+), 11 deletions(-) diff --git a/unotools/source/config/configvaluecontainer.cxx b/unotools/source/config/configvaluecontainer.cxx index

[PATCH 5/8] unographic: delete unused GraphicDescriptor::isValid() method

2012-02-08 Thread Greg Kroah-Hartman
--- svtools/source/graphic/descriptor.cxx |7 --- svtools/source/graphic/descriptor.hxx |2 -- unusedcode.easy |1 - 3 files changed, 0 insertions(+), 10 deletions(-) diff --git a/svtools/source/graphic/descriptor.cxx b/svtools/source/graphic/descriptor.cxx

[PATCH 4/8] unicode: delete unused unicode:getCharType() method

2012-02-08 Thread Greg Kroah-Hartman
--- i18nutil/inc/i18nutil/unicode.hxx |1 - i18nutil/source/utility/unicode.cxx | 64 --- unusedcode.easy |1 - 3 files changed, 0 insertions(+), 66 deletions(-) diff --git a/i18nutil/inc/i18nutil/unicode.hxx b/i18nutil/inc/i18nutil

[PATCH 3/8] unicode: delete unused unicode:isTitle() method

2012-02-08 Thread Greg Kroah-Hartman
--- i18nutil/inc/i18nutil/unicode.hxx |1 - i18nutil/source/utility/unicode.cxx |1 - unusedcode.easy |1 - 3 files changed, 0 insertions(+), 3 deletions(-) diff --git a/i18nutil/inc/i18nutil/unicode.hxx b/i18nutil/inc/i18nutil/unicode.hxx index 75b5730..7fce041

[PATCH 2/8] unicode: delete unused unicode:isPunctuation() method

2012-02-08 Thread Greg Kroah-Hartman
--- i18nutil/inc/i18nutil/unicode.hxx |1 - i18nutil/source/utility/unicode.cxx |1 - unusedcode.easy |1 - 3 files changed, 0 insertions(+), 3 deletions(-) diff --git a/i18nutil/inc/i18nutil/unicode.hxx b/i18nutil/inc/i18nutil/unicode.hxx index 23ed754..75b5730

[PATCH 1/8] unicode: delete unused unicode:isBase() method

2012-02-08 Thread Greg Kroah-Hartman
--- i18nutil/inc/i18nutil/unicode.hxx |1 - i18nutil/source/utility/unicode.cxx |1 - unusedcode.easy |1 - 3 files changed, 0 insertions(+), 3 deletions(-) diff --git a/i18nutil/inc/i18nutil/unicode.hxx b/i18nutil/inc/i18nutil/unicode.hxx index 24e9c63..23ed754

Re: [PUSHED 4/4] Re: [PATCH 0/4] Remove some unused methods

2012-02-06 Thread Greg Kroah-Hartman
On Tue, Feb 07, 2012 at 01:26:18AM +0100, Michael Stahl wrote: > On 06/02/12 23:05, Greg Kroah-Hartman wrote: > > Here are 4 patches removing some unused methods in the tree. > > > > All of these patches are contributed under the LGPLv3+ / MPL. > > great! > > &

[PATCH 1/4] tools: fsys: Delete unused DirEntry::GetDevice()

2012-02-06 Thread Greg Kroah-Hartman
--- tools/inc/tools/fsys.hxx |3 +-- tools/source/fsys/unx.cxx | 21 - unusedcode.easy |1 - 3 files changed, 1 insertions(+), 24 deletions(-) diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx index 3ec1799..a39c159 100644 --- a/tools/inc/to

[PATCH 4/4] tools: fsys: Delete unused FileStat::FileStat()

2012-02-06 Thread Greg Kroah-Hartman
--- tools/inc/tools/fsys.hxx|1 - tools/source/fsys/fstat.cxx | 20 unusedcode.easy |1 - 3 files changed, 0 insertions(+), 22 deletions(-) diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx index 44b1fdc..34c512d 100644 --- a/tools/inc

[PATCH 3/4] tools: fsys: Delete unused FileStat::FileStat(const void *)

2012-02-06 Thread Greg Kroah-Hartman
--- tools/inc/tools/fsys.hxx |4 tools/source/fsys/unx.cxx | 16 unusedcode.easy |1 - 3 files changed, 0 insertions(+), 21 deletions(-) diff --git a/tools/inc/tools/fsys.hxx b/tools/inc/tools/fsys.hxx index a39c159..44b1fdc 100644 --- a/tools/inc/tools/

[PATCH 2/4] sot: Delete FileList::GetFormat as it is no longer used

2012-02-06 Thread Greg Kroah-Hartman
--- sot/inc/sot/filelist.hxx |4 sot/source/base/filelist.cxx | 11 --- unusedcode.easy |1 - 3 files changed, 0 insertions(+), 16 deletions(-) diff --git a/sot/inc/sot/filelist.hxx b/sot/inc/sot/filelist.hxx index 0ba367f..8f18328 100644 --- a/sot/inc/sot/

[PATCH 0/4] Remove some unused methods

2012-02-06 Thread Greg Kroah-Hartman
Here are 4 patches removing some unused methods in the tree. All of these patches are contributed under the LGPLv3+ / MPL. Note, I also removed the line in the unusedcode.easy file at the same time, if I shouldn't have done that, let me know and I'll redo these patches. If I messed anything up,