]> source.dussan.org Git - poi.git/commit
Make picture loading in HWPF PicturesTable easier to understand
authorMarius Volkhart <mariusvolkhart@apache.org>
Sun, 28 Feb 2021 21:06:05 +0000 (21:06 +0000)
committerMarius Volkhart <mariusvolkhart@apache.org>
Sun, 28 Feb 2021 21:06:05 +0000 (21:06 +0000)
commit77ec895ee01e8213d0b9f36f4c05dc839648294f
treee2e7df320e2719f4d3555c20acf9232ff5feb2fb
parentc08763fad0b6a8d4c26c3f0577fd9553b5e00c2d
Make picture loading in HWPF PicturesTable easier to understand

The recursion is no longer necessary due to the more defined structure of OfficeArtContent.

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1887016 13f79535-47bb-0310-9956-ffa450edef68
src/scratchpad/src/org/apache/poi/hwpf/model/OfficeArtContent.java
src/scratchpad/src/org/apache/poi/hwpf/model/PicturesTable.java