summaryrefslogtreecommitdiff
path: root/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx
diff options
context:
space:
mode:
authorOcke Janssen <oj@openoffice.org>2002-02-06 07:15:30 +0000
committerOcke Janssen <oj@openoffice.org>2002-02-06 07:15:30 +0000
commit78029666b972020ced2c3c31fcb401d9159c707d (patch)
treec181d1ff00ebc9b31ab097cea43baa509261b0bf /dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx
parente31dcc276b3f0851338593c0dc9d42f022d736df (diff)
#96957# new handling inserted for context menu and accessibility
Diffstat (limited to 'dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx')
-rw-r--r--dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx b/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx
index ef5f67bb26f4..54310322a6d3 100644
--- a/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx
+++ b/dbaccess/source/ui/querydesign/QueryTabWinUndoAct.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: QueryTabWinUndoAct.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: oj $ $Date: 2001-08-27 14:24:23 $
+ * last change: $Author: oj $ $Date: 2002-02-06 08:15:30 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -109,6 +109,7 @@ OQueryTabWinUndoAct::~OQueryTabWinUndoAct()
::std::vector<OTableConnection*>::iterator aIter = m_vTableConnection.begin();
for(;aIter != m_vTableConnection.end();++aIter)
{
+ m_pOwner->DeselectConn(*aIter);
delete (*aIter)->GetData();
delete (*aIter);
}
@@ -131,6 +132,8 @@ void OTabFieldSizedUndoAct::Undo()
pOwner->SetColWidth(m_nColId, m_nNextWidth);
m_nNextWidth = nNextWidth;
}
+// -----------------------------------------------------------------------------
+