User: rt Date: 2006/07/26 00:48:17 Modified: dba/dbaccess/source/ui/querydesign/QueryTabConnUndoAction.cxx
Log: INTEGRATION: CWS dba204b (1.5.150); FILE MERGED 2006/07/13 11:13:16 fs 1.5.150.1: #i67006# clear pTabWins with a readable, and now correct piece of code File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: QueryTabConnUndoAction.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QueryTabConnUndoAction.cxx?r1=1.5&r2=1.6 Delta lines: +8 -0 ------------------- --- QueryTabConnUndoAction.cxx 8 Sep 2005 16:25:33 -0000 1.5 +++ QueryTabConnUndoAction.cxx 26 Jul 2006 07:48:15 -0000 1.6 @@ -117,6 +117,10 @@ { } // ----------------------------------------------------------------------------- +OQueryTabWinShowUndoAct::~OQueryTabWinShowUndoAct() +{ +} +// ----------------------------------------------------------------------------- void OQueryTabWinShowUndoAct::Undo() { static_cast<OQueryTableView*>(m_pOwner)->HideTabWin(m_pTabWin, this); @@ -132,6 +136,10 @@ OQueryTabWinDelUndoAct::OQueryTabWinDelUndoAct(OQueryTableView* pOwner) : OQueryTabWinUndoAct(pOwner, STR_QUERY_UNDO_TABWINDELETE) { +} +// ----------------------------------------------------------------------------- +OQueryTabWinDelUndoAct::~OQueryTabWinDelUndoAct() +{ } // ----------------------------------------------------------------------------- void OQueryTabWinDelUndoAct::Undo() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
