[Libreoffice-bugs] [Bug 143175] Duplicated keywords in document properties form if save in DOCX format

bugzilla-daemon at bugs.documentfoundation.org bugzilla-daemon at bugs.documentfoundation.org
Sat Jul 3 15:27:00 UTC 2021


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

Andreas Heinisch <andreas.heinisch at yahoo.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |noelgrandin at gmail.com

--- Comment #2 from Andreas Heinisch <andreas.heinisch at 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.grandin at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210703/8b939098/attachment.htm>


More information about the Libreoffice-bugs mailing list