Tag: cws_dev300_rptchart02 User: oj Date: 2008-05-15 13:02:15+0000 Modified: dba/reportdesign/source/ui/report/ReportController.cxx
Log: #i89365# deactivate ole object before dispoing controller File Changes: Directory: /dba/reportdesign/source/ui/report/ ============================================== File [changed]: ReportController.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/report/ReportController.cxx?r1=1.12.4.6&r2=1.12.4.7 Delta lines: +4 -1 ------------------- --- ReportController.cxx 2008-05-15 12:29:39+0000 1.12.4.6 +++ ReportController.cxx 2008-05-15 13:02:13+0000 1.12.4.7 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: ReportController.cxx,v $ - * $Revision: 1.12.4.6 $ + * $Revision: 1.12.4.7 $ * * This file is part of OpenOffice.org. * @@ -335,6 +335,9 @@ { try { + ::boost::shared_ptr<OReportSection> pSection = m_pMyOwnView->getMarkedSection(); + if ( pSection ) + pSection->deactivateOle(); getUndoMgr()->Clear(); // clear all undo redo things listen(false); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
