bug 24125 - date formats. sync to head.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353476 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Avik Sengupta 2004-01-01 09:03:32 +00:00
parent 4e4596d7e6
commit 431e59d5e6
1 changed files with 0 additions and 12 deletions

View File

@ -186,18 +186,6 @@ public class HSSFDateUtil
case 0x2d:
case 0x2e:
case 0x2f:
// Additional internal date formats found by inspection
// Using Excel v.X 10.1.0 (Mac)
case 0xa4:
case 0xa5:
case 0xa6:
case 0xa7:
case 0xa8:
case 0xa9:
case 0xaa:
case 0xab:
case 0xac:
case 0xad:
retval = true;
break;