bug 17374 - typo in HSSFFont
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/branches/REL_2_BRANCH@353413 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ea54575258
commit
fe417c02ba
@ -85,7 +85,7 @@ public class HSSFFont
|
||||
* Normal boldness (not bold)
|
||||
*/
|
||||
|
||||
public final static short BOLDWEIGHT_NORMAL = 190;
|
||||
public final static short BOLDWEIGHT_NORMAL = 0x190;
|
||||
|
||||
/**
|
||||
* Bold boldness (bold)
|
||||
|
Loading…
Reference in New Issue
Block a user