You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2017/08/31 19:11:28 UTC

[Bug 61475] Duplication of content in some XWPF

https://bz.apache.org/bugzilla/show_bug.cgi?id=61475

Tim Allison <ta...@mitre.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Tim Allison <ta...@mitre.org> ---
My fault on 61740.

The appending of the picture text slipped into the loop instead of being
applied after it.

1123            // Any picture text?
1124            if (pictureText != null && pictureText.length() > 0) {
1125                text.append("\n").append(pictureText);
1126            }

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org