User: obo Date: 2006/07/10 08:46:12 Modified: dba/dbaccess/source/ui/relationdesign/RelationTableView.cxx
Log: 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 File Changes: Directory: /dba/dbaccess/source/ui/relationdesign/ ================================================== File [changed]: RelationTableView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/relationdesign/RelationTableView.cxx?r1=1.22&r2=1.23 Delta lines: +6 -1 ------------------- --- RelationTableView.cxx 20 Jun 2006 03:31:32 -0000 1.22 +++ RelationTableView.cxx 10 Jul 2006 15:46:10 -0000 1.23 @@ -510,10 +510,15 @@ m_pCurrentlyTabConnData = NULL; } } + // ----------------------------------------------------------------------------- OTableWindow* ORelationTableView::createWindow(OTableWindowData* _pData) { return new ORelationTableWindow(this,_pData); } -// ----------------------------------------------------------------------------- +// ----------------------------------------------------------------------------- +bool ORelationTableWindow::allowQueries() const +{ + return false; +} --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
