User: hr Date: 2007-08-03 10:03:00+0000 Modified: dba/reportdesign/source/ui/misc/Undo.cxx
Log: INTEGRATION: CWS rpt23fix02 (1.2.4); FILE MERGED 2007/07/27 12:21:58 oj 1.2.4.2: #i77907# remove entries from context when propbrw is destroyed 2007/07/24 12:48:06 oj 1.2.4.1: merge from rpt23fix01 File Changes: Directory: /dba/reportdesign/source/ui/misc/ ============================================ File [changed]: Undo.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/ui/misc/Undo.cxx?r1=1.3&r2=1.4 Delta lines: +3 -0 ------------------- --- Undo.cxx 2007-08-02 14:39:14+0000 1.3 +++ Undo.cxx 2007-08-03 10:02:57+0000 1.4 @@ -136,6 +136,7 @@ } //---------------------------------------------------------------------------- TYPEINIT1( OSectionUndo, OCommentUndoAction ); +DBG_NAME(rpt_OSectionUndo) //---------------------------------------------------------------------------- OSectionUndo::OSectionUndo(OReportModel& _rMod ,sal_uInt16 _nSlot @@ -146,6 +147,7 @@ ,m_nSlot(_nSlot) ,m_bInserted(false) { + DBG_CTOR(rpt_OSectionUndo,NULL); } // ----------------------------------------------------------------------------- OSectionUndo::~OSectionUndo() @@ -175,6 +177,7 @@ } } } + DBG_DTOR(rpt_OSectionUndo,NULL); } // ----------------------------------------------------------------------------- void OSectionUndo::collectControls(const uno::Reference< report::XSection >& _xSection) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
