ASF Bugzilla – Attachment 33508 Details for
Bug 58818
Cell comment not readed(return null)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
fix EscherAggregate.createAggregate
bug58818-fail.patch (text/plain), 651 bytes, created by
Javen O'Neal
on 2016-02-01 04:50:50 UTC
(
hide
)
Description:
fix EscherAggregate.createAggregate
Filename:
MIME Type:
Creator:
Javen O'Neal
Created:
2016-02-01 04:50:50 UTC
Size:
651 bytes
patch
obsolete
>Index: src/java/org/apache/poi/hssf/record/EscherAggregate.java >=================================================================== >--- src/java/org/apache/poi/hssf/record/EscherAggregate.java (revision 1727862) >+++ src/java/org/apache/poi/hssf/record/EscherAggregate.java (working copy) >@@ -438,9 +438,7 @@ > while (loc < records.size()) { > if (sid(records, loc) == NoteRecord.sid) { > NoteRecord r = (NoteRecord) records.get(loc); >- agg.tailRec.put(r.getShapeId(), r); >- } else { >- break; >+ agg.addTailRecord(r); > } > loc++; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 58818
:
33418
| 33508 |
33509