nick 2005/09/05 02:34:09
Modified: src/scratchpad/src/org/apache/poi/hslf/record
StyleTextPropAtom.java
Log:
List Yegor as co-author on file, since his code contribution was used in the
latest version fo the file
Revision Changes Path
1.7 +2 -1
jakarta-poi/src/scratchpad/src/org/apache/poi/hslf/record/StyleTextPropAtom.java
Index: StyleTextPropAtom.java
===================================================================
RCS file:
/home/cvs/jakarta-poi/src/scratchpad/src/org/apache/poi/hslf/record/StyleTextPropAtom.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- StyleTextPropAtom.java 4 Sep 2005 19:25:02 -0000 1.6
+++ StyleTextPropAtom.java 5 Sep 2005 09:34:09 -0000 1.7
@@ -27,7 +27,7 @@
/**
* A StyleTextPropAtom (type 4001). Holds basic character properties
- * (bold, italic, underline, possibly more?) and paragraph properties
+ * (bold, italic, underline, font size etc) and paragraph properties
* (alignment, line spacing etc) for the block of text (TextBytesAtom
* or TextCharsAtom) that this record follows.
* You will find two lists within this class.
@@ -39,6 +39,7 @@
* encapsulates a property of the style
*
* @author Nick Burch
+ * @author Yegor Kozlov
*/
public class StyleTextPropAtom extends RecordAtom
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
Mailing List: http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/