Kaydet (Commit) e25b5d85 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS qiq (1.21.10); FILE MERGED

2006/06/27 12:59:01 fs 1.21.10.2: RESYNC: (1.21-1.22); FILE MERGED
2006/05/10 11:02:50 fs 1.21.10.1: #i51143# base class (TableWindow) now also allows to hold a query - we ourself don't
üst 7bcafad7
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: RelationTableView.cxx,v $ * $RCSfile: RelationTableView.cxx,v $
* *
* $Revision: 1.22 $ * $Revision: 1.23 $
* *
* last change: $Author: hr $ $Date: 2006-06-20 03:31:32 $ * last change: $Author: obo $ $Date: 2006-07-10 15:46:10 $
* *
* 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.
...@@ -510,10 +510,15 @@ void ORelationTableView::lookForUiActivities() ...@@ -510,10 +510,15 @@ void ORelationTableView::lookForUiActivities()
m_pCurrentlyTabConnData = NULL; m_pCurrentlyTabConnData = NULL;
} }
} }
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------
OTableWindow* ORelationTableView::createWindow(OTableWindowData* _pData) OTableWindow* ORelationTableView::createWindow(OTableWindowData* _pData)
{ {
return new ORelationTableWindow(this,_pData); return new ORelationTableWindow(this,_pData);
} }
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
bool ORelationTableWindow::allowQueries() const
{
return false;
}
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