Tag: cws_src680_rptchart01
User: oj      
Date: 2008-01-29 09:26:26+0000
Modified:
   dba/reportdesign/source/core/api/ReportDefinition.cxx

Log:
 compile eror

File Changes:

Directory: /dba/reportdesign/source/core/api/
=============================================

File [changed]: ReportDefinition.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/api/ReportDefinition.cxx?r1=1.5.20.2&r2=1.5.20.3
Delta lines:  +4 -3
-------------------
--- ReportDefinition.cxx        2008-01-25 13:57:55+0000        1.5.20.2
+++ ReportDefinition.cxx        2008-01-29 09:26:23+0000        1.5.20.3
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: ReportDefinition.cxx,v $
  *
- *  $Revision: 1.5.20.2 $
+ *  $Revision: 1.5.20.3 $
  *
- *  last change: $Author: oj $ $Date: 2008/01/25 13:57:55 $
+ *  last change: $Author: oj $ $Date: 2008/01/29 09:26:23 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -741,6 +741,7 @@
 : cppu::BaseMutex()
 ,ReportDefinitionBase(m_aMutex)
 ,ReportDefinitionPropertySet(_rCopy.m_aProps->m_xContext,static_cast< 
Implements >(IMPLEMENTS_PROPERTY_SET),uno::Sequence< ::rtl::OUString >())
+,comphelper::IEmbeddedHelper()
 ,m_aProps(new OReportComponentProperties(*_rCopy.m_aProps))
 ,m_pImpl(new OReportDefinitionImpl(m_aMutex,*_rCopy.m_pImpl))
 {
@@ -2582,7 +2583,7 @@
     return m_pImpl->m_sDataSourceName;
 }
 // 
-----------------------------------------------------------------------------
-void SAL_CALL OReportDefinition::setDataSourceName(const ::rtl::OUString& 
the_value) throw (uno::RuntimeException, lang::IllegalArgumentException)
+void SAL_CALL OReportDefinition::setDataSourceName(const ::rtl::OUString& 
the_value) throw (uno::RuntimeException)
 {
     set(PROPERTY_DATASOURCENAME,the_value,m_pImpl->m_sDataSourceName);
 }




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to