ASF Bugzilla – Attachment 5050 Details for
Bug 17445
[PATCH] Keep current formats when adding a new one
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch against CVS
HSSFDataFormat.java.diff (text/plain), 753 bytes, created by
Alessandro Vernet
on 2003-02-26 18:35:44 UTC
(
hide
)
Description:
Patch against CVS
Filename:
MIME Type:
Creator:
Alessandro Vernet
Created:
2003-02-26 18:35:44 UTC
Size:
753 bytes
patch
obsolete
>Index: src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java >=================================================================== >RCS file: /home/cvspublic/jakarta-poi/src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java,v >retrieving revision 1.6 >diff -u -r1.6 HSSFDataFormat.java >--- src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java 9 Oct 2002 12:41:58 -0000 1.6 >+++ src/java/org/apache/poi/hssf/usermodel/HSSFDataFormat.java 26 Feb 2003 18:32:59 -0000 >@@ -269,7 +269,7 @@ > while ( i.hasNext() ) > { > ind = i.nextIndex(); >- formats.add( ind, i.next() ); >+ formats.set( ind, i.next() ); > } > movedBuiltins = true; > }
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 17445
: 5050