*** Cell.java	Tue Oct 21 14:01:14 2003
--- Cell.java.dist	Tue Oct 21 14:06:17 2003
***************
*** 221,234 ****
  	public Cell(Properties attributes) {
  		this();
  		String value;
-         if ((value = (String)attributes.remove(ElementTags.SHOWTRUNCATION)) != null) {
-             setShowTruncation(value);
-             //System.err.println("Just setshowtruncation to " + value);
-         }
-         if ((value = (String)attributes.remove(ElementTags.MAXLINES)) != null) {
-             setMaxLines(Integer.parseInt(value));
-             //System.err.println("Just setmaxlines to " + value);
-         }
  		if ((value = (String)attributes.remove(ElementTags.HORIZONTALALIGN)) != null) {
  			setHorizontalAlignment(value);
  		}
--- 221,226 ----
***************
*** 899,902 ****
  	 * A useful value of this property could be e.g. "..."
  	 * @author dperezcar@fcc.es*/
  	String showTruncation;
! }
--- 891,894 ----
  	 * A useful value of this property could be e.g. "..."
  	 * @author dperezcar@fcc.es*/
  	String showTruncation;
! }
