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:
Avik Sengupta 2003-10-27 02:40:31 +00:00
parent 3c78911f82
commit 947f638ba5
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)