User: rt Date: 2008-06-16 13:28:15+0000 Modified: dba/reportdesign/source/core/api/Functions.cxx
Log: INTEGRATION: CWS rptchart02 (1.3.4); FILE MERGED 2008/04/16 06:27:40 oj 1.3.4.2: RESYNC: (1.3-1.4); FILE MERGED 2008/04/03 06:35:18 oj 1.3.4.1: #i86343# remove unused code File Changes: Directory: /dba/reportdesign/source/core/api/ ============================================= File [changed]: Functions.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/api/Functions.cxx?r1=1.4&r2=1.5 Delta lines: +0 -12 -------------------- --- Functions.cxx 2008-04-10 18:11:29+0000 1.4 +++ Functions.cxx 2008-06-16 13:28:13+0000 1.5 @@ -60,18 +60,6 @@ DBG_DTOR( rpt_OFunctions,NULL); } //-------------------------------------------------------------------------- -void OFunctions::copyFunctions(const uno::Reference< report::XFunctions >& _xSource) -{ - sal_Int32 nCount = _xSource->getCount(); - for (sal_Int32 i = 0; i != nCount; ++i) - { - uno::Reference<report::XFunction> xDestFunction = new OFunction(m_xContext); - m_aFunctions.push_back(xDestFunction); - uno::Reference<report::XFunction> xSourceFunction(_xSource->getByIndex(i),uno::UNO_QUERY); - ::comphelper::copyProperties(xSourceFunction.get(),xDestFunction.get()); - } -} -// ----------------------------------------------------------------------------- void SAL_CALL OFunctions::dispose() throw(uno::RuntimeException) { cppu::WeakComponentImplHelperBase::dispose(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
