mirror of https://github.com/apache/poi.git
bug 17374 - typo in HSSFFont
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353414 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7c53483dd5
commit
992fb9a189
|
@ -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