User: rt Date: 2008-06-16 13:49:32+0000 Modified: dba/reportdesign/source/ui/report/propbrw.cxx
Log: INTEGRATION: CWS rptchart02 (1.6.2); FILE MERGED 2008/05/07 06:56:32 oj 1.6.2.1: #i88842# set databaseprovider at chart File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: propbrw.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/propbrw.cxx?r1=1.6&r2=1.7 Delta lines: +10 -10 --------------------- --- propbrw.cxx 2008-04-10 19:18:22+0000 1.6 +++ propbrw.cxx 2008-06-16 13:49:29+0000 1.7 @@ -354,20 +354,20 @@ { if ( m_xBrowserController.is() ) { + try + { m_xBrowserController->inspect(uno::Sequence< Reference<uno::XInterface> >()); m_xBrowserController->inspect(_aObjects); if ( m_sLastActivePage.getLength() ) { - try - { m_xBrowserController->restoreViewData( makeAny( m_sLastActivePage ) ); + } // if ( m_sLastActivePage.getLength() ) } catch( const Exception& ) { OSL_ENSURE( sal_False, "FmPropBrw::StateChanged: caught an exception while setting the initial page!" ); } - } //Resize(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
