]> source.dussan.org Git - poi.git/commitdiff
Updated class comment
authorJosh Micich <josh@apache.org>
Fri, 16 Jan 2009 22:54:42 +0000 (22:54 +0000)
committerJosh Micich <josh@apache.org>
Fri, 16 Jan 2009 22:54:42 +0000 (22:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@735174 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/poi/hssf/record/WSBoolRecord.java

index a95775eaff7b846cb2ef0d9731f5b9b3b98f9d81..97bca48c3a92b0e931fca11317e4df26931143fa 100644 (file)
@@ -22,17 +22,16 @@ import org.apache.poi.util.BitFieldFactory;
 import org.apache.poi.util.LittleEndianOutput;
 
 /**
- * Title:        WSBool Record.<p>
+ * Title:        WSBOOL (0x0081) (called SHEETPR in OOO doc)<p/>
  * Description:  stores workbook settings  (aka its a big "everything we didn't
  *               put somewhere else")<P>
  * REFERENCE:  PG 425 Microsoft Excel 97 Developer's Kit (ISBN: 1-57231-498-2)<P>
  * @author Andrew C. Oliver (acoliver at apache dot org)
  * @author Glen Stampoultzis (gstamp@iprimus.com.au)
  * @author Jason Height (jheight at chariot dot net dot au)
- * @version 2.0-pre
  */
 public final class WSBoolRecord extends StandardRecord {
-    public final static short     sid = 0x81;
+    public final static short     sid = 0x0081;
     private byte                  field_1_wsbool;         // crappy names are because this is really one big short field (2byte)
     private byte                  field_2_wsbool;         // but the docs inconsistently use it as 2 separate bytes