Tag: cws_src680_reportdesign02 User: oj Date: 2007-12-20 08:29:34+0000 Modified: dba/dbaccess/source/ui/app/AppController.cxx
Log: #i82914# check report engine service name File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppController.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppController.cxx?r1=1.47.16.2&r2=1.47.16.3 Delta lines: +8 -10 -------------------- --- AppController.cxx 2007-12-20 07:51:10+0000 1.47.16.2 +++ AppController.cxx 2007-12-20 08:29:32+0000 1.47.16.3 @@ -4,9 +4,9 @@ * * $RCSfile: AppController.cxx,v $ * - * $Revision: 1.47.16.2 $ + * $Revision: 1.47.16.3 $ * - * last change: $Author: oj $ $Date: 2007/12/20 07:51:10 $ + * last change: $Author: oj $ $Date: 2007/12/20 08:29:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -518,13 +518,11 @@ "OApplicationController::disposing: the below code will ignore this call - why?" ); if ( getContainer() && getContainer()->getElementType() == E_TABLE ) - { + getContainer()->clearPages(); if ( m_xDataSourceConnection == xCon ) { - getContainer()->clearPages(); - m_xDataSourceConnection.clear(); m_xMetaData.clear(); - } + m_xDataSourceConnection.clear(); } } else if ( _rSource.Source == m_xModel ) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
