INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED
2007/07/31 09:34:15 tmorgner 1.2.4.1: Fixed the non-display of shapes that was caused by some unnecessary CDATA copied from the original XML file. We now ignore all CDATA from <draw:*> elements.
This commit is contained in:
parent
6bc5b80213
commit
e52cfce83e
1 changed files with 4 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
|||
*
|
||||
* $RCSfile: TableCellReadHandler.java,v $
|
||||
*
|
||||
* $Revision: 1.2 $
|
||||
* $Revision: 1.3 $
|
||||
*
|
||||
* last change: $Author: rt $ $Date: 2007-07-09 11:56:11 $
|
||||
* last change: $Author: hr $ $Date: 2007-08-03 09:51:45 $
|
||||
*
|
||||
* The Contents of this file are made available subject to
|
||||
* the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -38,7 +38,7 @@
|
|||
package com.sun.star.report.pentaho.parser.table;
|
||||
|
||||
import com.sun.star.report.pentaho.model.TableCellElement;
|
||||
import com.sun.star.report.pentaho.parser.text.TextContentReadHandler;
|
||||
import com.sun.star.report.pentaho.parser.text.NoCDATATextContentReadHandler;
|
||||
|
||||
/**
|
||||
* A read handler for table-cell contents. This is basicly a text-content
|
||||
|
@ -47,7 +47,7 @@ import com.sun.star.report.pentaho.parser.text.TextContentReadHandler;
|
|||
* @author Thomas Morgner
|
||||
* @since 05.03.2007
|
||||
*/
|
||||
public class TableCellReadHandler extends TextContentReadHandler
|
||||
public class TableCellReadHandler extends NoCDATATextContentReadHandler
|
||||
{
|
||||
public TableCellReadHandler()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue