Tag: cws_src680_dba204c User: fs Date: 2006/07/19 06:37:14 Modified: dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
Log: during #i67530#: OTableFieldDescription::Set/GetDatabaseName is never used File Changes: Directory: /dba/dbaccess/source/ui/querydesign/ =============================================== File [changed]: SelectionBrowseBox.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx?r1=1.68&r2=1.68.6.1 Delta lines: +3 -7 ------------------- --- SelectionBrowseBox.cxx 10 Jul 2006 15:44:07 -0000 1.68 +++ SelectionBrowseBox.cxx 19 Jul 2006 13:37:11 -0000 1.68.6.1 @@ -4,9 +4,9 @@ * * $RCSfile: SelectionBrowseBox.cxx,v $ * - * $Revision: 1.68 $ + * $Revision: 1.68.6.1 $ * - * last change: $Author: obo $ $Date: 2006/07/10 15:44:07 $ + * last change: $Author: fs $ $Date: 2006/07/19 13:37:11 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1057,7 +1057,6 @@ OQueryTableWindow* pEntryTab = static_cast<OQueryTableWindow*>(aIter->second); if (pEntryTab) { - pEntry->SetDatabase(pEntryTab->GetComposedName()); pEntry->SetTable(pEntryTab->GetTableName()); pEntry->SetTabWindow(pEntryTab); } @@ -1067,7 +1066,6 @@ else { pEntry->SetAlias(::rtl::OUString()); - pEntry->SetDatabase(::rtl::OUString()); pEntry->SetTable(::rtl::OUString()); pEntry->SetTabWindow(NULL); } @@ -1669,7 +1667,6 @@ aInfo->SetFieldIndex(nFieldIndex); aInfo->SetFieldType(pInf->GetKeyType()); aInfo->SetAlias(pSourceWin->GetAliasName()); - aInfo->SetDatabase(pSourceWin->GetComposedName()); aInfo->SetDataType(pInf->GetDataType()); aInfo->SetVisible(bVis); @@ -2695,7 +2692,6 @@ OQueryTableWindow* pEntryTab = static_cast<OQueryTableWindow*>(aIter->second); if (pEntryTab) { - _pEntry->SetDatabase(pEntryTab->GetComposedName()); _pEntry->SetTable(pEntryTab->GetTableName()); _pEntry->SetTabWindow(pEntryTab); bRet = sal_True; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
