https://bugs.documentfoundation.org/show_bug.cgi?id=143175

Andreas Heinisch <andreas.heini...@yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |noelgran...@gmail.com

--- Comment #2 from Andreas Heinisch <andreas.heini...@yahoo.de> ---
Regression introduced by:

use for-range on Sequence in i18npool..sd
Change-Id: I19eba57bc6058c317473d0746f06699a09ba2830
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94608
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.gran...@collabora.co.uk>

in
https://opengrok.libreoffice.org/xref/core/oox/source/core/xmlfilterbase.cxx?r=d50501d1#603

Previous line was:

for( sal_Int32 i = 1, end = aItems.getLength(); i < end; ++i )

changed to

for( const OUString& rItem : aItems )

which includes also the first item, hence duplicating it.

Noel should I resolve the problem including an automated test, or do you want
to fix it?

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to