On Tue, Jun 26, 2012 at 4:39 PM, Caolán McNamara wrote:
>
> FWIW, there now doesn't seem to be *too* many of the
> ForEach_foo, ::ForEach and ::_ForEach family left in LibreOffice except
> for a few users in sw. If those went away they could be removed en-masse
> from the svl/inc/svl/svarray.hxx m
On Mon, 2012-06-25 at 14:29 +0200, Noel Grandin wrote:
> Hi
>
> Be not afraid, most of the patches are very small :-)
FWIW, there now doesn't seem to be *too* many of the
ForEach_foo, ::ForEach and ::_ForEach family left in LibreOffice except
for a few users in sw. If those went away they could b
On 25/06/12 14:29, Noel Grandin wrote:
> These patches convert various usage of Svptrarr to modern STL containers
> like std::vector.
> Along the way, I noticed some other stuff, so one of the patches deletes
> a dead header file, and one of them cleans up a const-casting mess.
>
> This patch se