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

--- Comment #10 from Alex <[email protected]> ---
I did some digging and testing and the bit of code that relates to the bisected
commit is actually useless. Infact, if that block of code was working as
expected, the image elements in the attached document should be renamed as:

- Picture 0
- Picture 01
- Picture 02
- Picture 03

But they end up being named as:

- Picture 0
- Image2
- Image3
- Image4

Removing altogether the rename logic from the XMLTextFrameContext_Impl::Create
method in xmloff/source/text/XMLTextFrameContext.cxx, preserves the same
behaviour without causing the regression.
Also, not trying to perform rename, it actually addresses the original
performance concern that introduced the regression.

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

Reply via email to