Kaydet (Commit) ae44d008 authored tarafından Rüdiger Timm's avatar Rüdiger Timm

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
üst 7a8b5480
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: QueryTabConnUndoAction.cxx,v $ * $RCSfile: QueryTabConnUndoAction.cxx,v $
* *
* $Revision: 1.5 $ * $Revision: 1.6 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 16:25:33 $ * last change: $Author: rt $ $Date: 2006-07-26 07:48:15 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -117,6 +117,10 @@ OQueryTabWinShowUndoAct::OQueryTabWinShowUndoAct(OQueryTableView* pOwner) ...@@ -117,6 +117,10 @@ OQueryTabWinShowUndoAct::OQueryTabWinShowUndoAct(OQueryTableView* pOwner)
{ {
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
OQueryTabWinShowUndoAct::~OQueryTabWinShowUndoAct()
{
}
// -----------------------------------------------------------------------------
void OQueryTabWinShowUndoAct::Undo() void OQueryTabWinShowUndoAct::Undo()
{ {
static_cast<OQueryTableView*>(m_pOwner)->HideTabWin(m_pTabWin, this); static_cast<OQueryTableView*>(m_pOwner)->HideTabWin(m_pTabWin, this);
...@@ -134,6 +138,10 @@ OQueryTabWinDelUndoAct::OQueryTabWinDelUndoAct(OQueryTableView* pOwner) ...@@ -134,6 +138,10 @@ OQueryTabWinDelUndoAct::OQueryTabWinDelUndoAct(OQueryTableView* pOwner)
{ {
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
OQueryTabWinDelUndoAct::~OQueryTabWinDelUndoAct()
{
}
// -----------------------------------------------------------------------------
void OQueryTabWinDelUndoAct::Undo() void OQueryTabWinDelUndoAct::Undo()
{ {
static_cast<OQueryTableView*>(m_pOwner)->ShowTabWin( m_pTabWin, this,sal_True ); static_cast<OQueryTableView*>(m_pOwner)->ShowTabWin( m_pTabWin, this,sal_True );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment