#62108 - ArrayIndexOfBounds exception when getColumnWidth()
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1839710 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2044779351
commit
14335fd152
@ -543,9 +543,8 @@ public class XSSFFont implements Font {
|
||||
*/
|
||||
public long registerTo(StylesTable styles) {
|
||||
this._themes = styles.getTheme();
|
||||
short idx = (short)styles.putFont(this, true);
|
||||
this._index = idx;
|
||||
return idx;
|
||||
this._index = styles.putFont(this, true);
|
||||
return this._index;
|
||||
}
|
||||
/**
|
||||
* Records the Themes Table that is associated with
|
||||
|
Loading…
Reference in New Issue
Block a user