Tag: cws_src680_dba204c
User: fs      
Date: 2006/07/19 06:36:19

Modified:
   dba/dbaccess/source/ui/querydesign/QTableWindow.cxx

Log:
 during #i67530#: OTableFieldDescription::Set/GetDatabaseName is never used

File Changes:

Directory: /dba/dbaccess/source/ui/querydesign/
===============================================

File [changed]: QTableWindow.cxx
Url: 
http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/QTableWindow.cxx?r1=1.17&r2=1.17.8.1
Delta lines:  +3 -5
-------------------
--- QTableWindow.cxx    10 Jul 2006 15:40:46 -0000      1.17
+++ QTableWindow.cxx    19 Jul 2006 13:36:16 -0000      1.17.8.1
@@ -4,9 +4,9 @@
  *
  *  $RCSfile: QTableWindow.cxx,v $
  *
- *  $Revision: 1.17 $
+ *  $Revision: 1.17.8.1 $
  *
- *  last change: $Author: obo $ $Date: 2006/07/10 15:40:46 $
+ *  last change: $Author: fs $ $Date: 2006/07/19 13:36:16 $
  *
  *  The Contents of this file are made available subject to
  *  the terms of GNU Lesser General Public License Version 2.1.
@@ -242,7 +242,6 @@
        OTableFieldDescRef aInfo = new 
OTableFieldDesc(GetTableName(),m_pListBox->GetEntryText(pEntry));
        aInfo->SetTabWindow(this);
        aInfo->SetAlias(GetAliasName());
-       aInfo->SetDatabase(GetComposedName());
        aInfo->SetFieldIndex(m_pListBox->GetModel()->GetAbsPos(pEntry));
        aInfo->SetDataType(pInf->GetDataType());
 
@@ -276,7 +275,6 @@
                                        rInfo->SetField(strFieldName);
                                        rInfo->SetTable(GetTableName());
                                        rInfo->SetAlias(GetAliasName());
-                                       rInfo->SetDatabase(GetComposedName());
                                        
rInfo->SetFieldIndex(m_pListBox->GetModel()->GetAbsPos(pEntry));
                                        rInfo->SetDataType(pInf->GetDataType());
                                        bExists = sal_True;




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to