Tag: cws_dev300_rptchart02 User: oj Date: 2008-04-04 10:11:06+0000 Modified: dba/reportdesign/source/filter/xml/xmlFixedContent.cxx
Log: impl chart in reports File Changes: Directory: /dba/reportdesign/source/filter/xml/ =============================================== File [changed]: xmlFixedContent.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/filter/xml/xmlFixedContent.cxx?r1=1.5&r2=1.5.22.1 Delta lines: +4 -6 ------------------- --- xmlFixedContent.cxx 2008-01-29 13:45:26+0000 1.5 +++ xmlFixedContent.cxx 2008-04-04 10:11:04+0000 1.5.22.1 @@ -4,9 +4,9 @@ * * $RCSfile: xmlFixedContent.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.5.22.1 $ * - * last change: $Author: rt $ $Date: 2008/01/29 13:45:26 $ + * last change: $Author: oj $ $Date: 2008/04/04 10:11:04 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -61,9 +61,6 @@ #ifndef _COM_SUN_STAR_REPORT_XSHAPE_HPP_ #include <com/sun/star/report/XShape.hpp> #endif -#ifndef RPT_XMLFIXEDTEXT_HXX -#include "xmlFixedText.hxx" -#endif #ifndef RPT_XMLCELL_HXX #include "xmlCell.hxx" #endif @@ -74,6 +71,7 @@ #include <com/sun/star/report/XShape.hpp> #endif #include <com/sun/star/report/XFormattedField.hpp> +#include <com/sun/star/report/XFixedText.hpp> #include <com/sun/star/text/ControlCharacter.hpp> #ifndef RPT_XMLTABLE_HXX #include "xmlTable.hxx" --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
