Tag: cws_src680_rptchart01 User: oj Date: 2008-01-29 07:27:19+0000 Modified: dba/dbaccess/source/core/misc/DatabaseDataProvider.cxx
Log: compile error File Changes: Directory: /dba/dbaccess/source/core/misc/ ========================================== File [changed]: DatabaseDataProvider.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/misc/DatabaseDataProvider.cxx?r1=1.1.2.2&r2=1.1.2.3 Delta lines: +3 -4 ------------------- --- DatabaseDataProvider.cxx 2008-01-25 13:58:34+0000 1.1.2.2 +++ DatabaseDataProvider.cxx 2008-01-29 07:27:17+0000 1.1.2.3 @@ -4,9 +4,9 @@ * * $RCSfile: DatabaseDataProvider.cxx,v $ * - * $Revision: 1.1.2.2 $ + * $Revision: 1.1.2.3 $ * - * last change: $Author: oj $ $Date: 2008/01/25 13:58:34 $ + * last change: $Author: oj $ $Date: 2008/01/29 07:27:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -227,7 +227,6 @@ m_aLabels.push_back( uno::Reference< chart2::data::XDataSequence>(m_xContext->getServiceManager()->createInstanceWithArgumentsAndContext(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.comp.chart.CachedDataSequence")),aLabelArgs,m_xContext ), uno::UNO_QUERY )); } - const ::std::vector< sal_Int32 >::iterator aColumnTypeEnd = m_aColumnTypes.end(); ::std::vector< ::std::vector< ::rtl::OUString > > aDataValues(nCount); sal_Int32 nRowCount = 0; while( xRes->next() && (!m_nRowLimit || nRowCount < m_nRowLimit) ) @@ -526,7 +525,7 @@ return m_DataSourceName; } -void SAL_CALL DatabaseDataProvider::setDataSourceName(const ::rtl::OUString& the_value) throw (uno::RuntimeException, lang::IllegalArgumentException) +void SAL_CALL DatabaseDataProvider::setDataSourceName(const ::rtl::OUString& the_value) throw (uno::RuntimeException) { set(PROPERTY_DATASOURCENAME,the_value,m_DataSourceName); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
