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:
Avik Sengupta 2003-10-27 02:40:12 +00:00
parent ea54575258
commit fe417c02ba
1 changed files with 1 additions and 1 deletions

View File

@ -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)