[Libreoffice] [PATCH] Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-13 Thread Michael Lefevre
--- soltools/testSHL/util/tlog.cxx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/soltools/testSHL/util/tlog.cxx b/soltools/testSHL/util/tlog.cxx index c6d475d..9f73fc5 100644 --- a/soltools/testSHL/util/tlog.cxx +++ b/soltools/testSHL/util/tlog.cxx @@ -56,7 +56,7 @@ voi

[Libreoffice] [PATCH] Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-13 Thread Michael Lefevre
--- comphelper/source/streaming/oslfile2streamwrap.cxx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/comphelper/source/streaming/oslfile2streamwrap.cxx b/comphelper/source/streaming/oslfile2streamwrap.cxx index 7ffef2d..4351e7b 100644 --- a/comphelper/source/streaming/

[Libreoffice] [PATCH] Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-13 Thread Michael Lefevre
--- basic/source/runtime/iosys.cxx |2 +- xmlhelp/source/cxxhelp/provider/inputstream.cxx |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basic/source/runtime/iosys.cxx b/basic/source/runtime/iosys.cxx index ff3385a..0df3565 100644 --- a/basic/source/

[Libreoffice] [PATCH] Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-13 Thread Michael Lefevre
--- sal/qa/osl/file/osl_File.cxx | 14 +++--- sal/workben/testfile.cxx |2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx index 555f70a..f42a965 100644 --- a/sal/qa/osl/file/osl_File.cxx +++ b/sal/qa/o

[Libreoffice] [PATCH] Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-13 Thread Michael Lefevre
--- sal/qa/osl/file/osl_File.cxx |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sal/qa/osl/file/osl_File.cxx b/sal/qa/osl/file/osl_File.cxx index ede89cb..555f70a 100644 --- a/sal/qa/osl/file/osl_File.cxx +++ b/sal/qa/osl/file/osl_File.cxx @@ -3608,14 +3608,14 @@ nam

[Libreoffice] [PATCH] Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-13 Thread Michael Lefevre
--- filter/source/placeware/zip.cxx |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/filter/source/placeware/zip.cxx b/filter/source/placeware/zip.cxx index 832cae2..614b64b 100644 --- a/filter/source/placeware/zip.cxx +++ b/filter/source/placeware/zip.cxx @@ -160,7 +160

[Libreoffice] [PATCH] Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-13 Thread Michael Lefevre
--- comphelper/source/streaming/oslfile2streamwrap.cxx |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/comphelper/source/streaming/oslfile2streamwrap.cxx b/comphelper/source/streaming/oslfile2streamwrap.cxx index 96c7034..7ffef2d 100644 --- a/comphelper/source/streamin

[Libreoffice] [PATCH] Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-13 Thread Michael Lefevre
--- basic/source/runtime/iosys.cxx |2 +- ucb/source/ucp/file/filinpstr.cxx |2 +- ucb/source/ucp/file/filrec.cxx |2 +- ucb/source/ucp/file/filstr.cxx |4 ++-- xmlhelp/source/cxxhelp/provider/inputstream.cxx |4 +

[Libreoffice] [PATCH] Kill Pos_XXX in favour of osl_Pos_XXX

2011-04-13 Thread Michael Lefevre
--- sal/inc/osl/file.hxx |5 - sal/qa/osl/file/osl_File.cxx | 18 +- sal/workben/testfile.cxx |4 ++-- 3 files changed, 11 insertions(+), 16 deletions(-) diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx index 5ba8177..4be0d3d 100644 --- a/sal/inc/

[Libreoffice] [PATCH] remove VolumeInfoMask_XXX in favour of osl_VolumeInfo_Mask_XXX

2011-04-11 Thread Michael Lefevre
--- framework/source/services/autorecovery.cxx |4 ++-- ucb/source/ucp/file/filglob.cxx|2 +- ucb/source/ucp/file/shell.cxx |4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/framework/source/services/autorecovery.cxx b/framework/source/se

[Libreoffice] [PATCH] remove VolumeInfoMask_XXX in favour of osl_VolumeInfo_Mask_XXX

2011-04-11 Thread Michael Lefevre
--- sal/inc/osl/file.hxx |9 sal/qa/osl/file/osl_File.cxx | 108 +- sal/workben/testfile.cxx |2 +- 3 files changed, 55 insertions(+), 64 deletions(-) diff --git a/sal/inc/osl/file.hxx b/sal/inc/osl/file.hxx index d72dfc4..5ba8177

[Libreoffice] [PATCH] Delete last SVX_LIGHT usage

2011-03-21 Thread Michael Lefevre
Xavier SVX_LIGHT deletion forgot just on occurence. This patch delete the last one. --- editeng/source/items/borderline.cxx |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/editeng/source/items/borderline.cxx b/editeng/source/items/borderline.cxx index d6b4efc..0a130f7

[Libreoffice] [PATCH] Remove duplicated constant F_PI and friends

2011-03-15 Thread Michael Lefevre
Easy hack, constants already defined in libs-gui/basegfx/inc/basegfx/numeric/ftools.hxx --- oox/source/drawingml/chart/converterbase.cxx |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/oox/source/drawingml/chart/converterbase.cxx b/oox/source/drawingml/chart/converterba

[Libreoffice] [PATCH] Remove duplicated constant F_PI and friends

2011-03-15 Thread Michael Lefevre
Easy hack, constants already defined in libs-gui/basegfx/inc/basegfx/numeric/ftools.hxx --- basic/source/runtime/props.cxx |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/basic/source/runtime/props.cxx b/basic/source/runtime/props.cxx index 44f87c1..5c39f69 100644 --- a/b

[Libreoffice] [PATCH] Remove duplicated constant F_PI and friends

2011-03-15 Thread Michael Lefevre
Easy hack, constants already defined in libs-gui/basegfx/inc/basegfx/numeric/ftools.hxx --- tools/inc/tools/solar.h | 26 -- 1 files changed, 0 insertions(+), 26 deletions(-) diff --git a/tools/inc/tools/solar.h b/tools/inc/tools/solar.h index 1c1c6ab..e8034b0 100644 --

[Libreoffice] [PATCH] Remove dead code

2011-02-28 Thread Michael Lefevre
ACCESSIBLE_EVENT_NOTIFICATION_ENABLED was never define. So the #ifdef #endif "brackets" could go away. --- .../extended/accessibleiconchoicectrlentry.hxx | 16 .../extended/accessibleiconchoicectrlentry.cxx | 15 --- 2 files changed, 0 insertions(+), 31 de

[Libreoffice] [PATCH] Remove commented variable

2011-02-23 Thread Michael Lefevre
Still code cleaning. --- sc/source/ui/view/gridwin.cxx |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx index 1255eb3..f514fe6 100644 --- a/sc/source/ui/view/gridwin.cxx +++ b/sc/source/ui/view/gridwin.cxx @@ -43

[Libreoffice] [PATCH] Remove more commented unused variables

2011-02-23 Thread Michael Lefevre
Keep cleaning the code, line by line. --- filter/source/flash/swfwriter.hxx |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/filter/source/flash/swfwriter.hxx b/filter/source/flash/swfwriter.hxx index e758a6f..35e04ab 100644 --- a/filter/source/flash/swfwriter.hxx +++ b/f

[Libreoffice] [PATCH] Remove unused commented variable

2011-02-23 Thread Michael Lefevre
--- writerfilter/source/dmapper/PropertyMap.cxx |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/writerfilter/source/dmapper/PropertyMap.cxx b/writerfilter/source/dmapper/PropertyMap.cxx index 07fee7f..1d07cb4 100644 --- a/writerfilter/source/dmapper/PropertyMap.cxx +++ b/

[Libreoffice] [PATCH] Remove comment

2011-02-23 Thread Michael Lefevre
Go on with comments suppression. --- sd/source/ui/view/drvwshrg.cxx |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/sd/source/ui/view/drvwshrg.cxx b/sd/source/ui/view/drvwshrg.cxx index a2ca8c6..e5875c8 100644 --- a/sd/source/ui/view/drvwshrg.cxx +++ b/sd/source/ui/view/d