User: kz Date: 2008-03-05 17:51:34+0000 Modified: dba/reportdesign/source/core/api/FixedLine.cxx
Log: INTEGRATION: CWS rptchart01_DEV300 (1.4.20); FILE MERGED 2008/02/13 07:12:46 oj 1.4.20.1: #i85225# impl chart readhandler and oleproducer File Changes: Directory: /dba/reportdesign/source/core/api/ ============================================= File [changed]: FixedLine.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/api/FixedLine.cxx?r1=1.4&r2=1.5 Delta lines: +4 -1 ------------------- --- FixedLine.cxx 2007-11-20 18:57:35+0000 1.4 +++ FixedLine.cxx 2008-03-05 17:51:31+0000 1.5 @@ -124,6 +124,8 @@ ,PROPERTY_PRINTREPEATEDVALUES ,PROPERTY_CONDITIONALPRINTEXPRESSION ,PROPERTY_PRINTWHENGROUPCHANGE + ,PROPERTY_MASTERFIELDS + ,PROPERTY_DETAILFIELDS }; return uno::Sequence< ::rtl::OUString >(pProps,sizeof(pProps)/sizeof(pProps[0])); } @@ -245,7 +247,8 @@ } // ----------------------------------------------------------------------------- // XReportComponent -REPORTCOMPONENT_IMPL3(OFixedLine) +REPORTCOMPONENT_IMPL3(OFixedLine,m_aProps.aComponent) +REPORTCOMPONENT_NOMASTERDETAIL(OFixedLine) // ----------------------------------------------------------------------------- ::sal_Int16 SAL_CALL OFixedLine::getControlBorder( ) throw (beans::UnknownPropertyException, uno::RuntimeException) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
