Kaydet (Commit) 64276c08 authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

INTEGRATION: CWS dba204c (1.17.8); FILE MERGED

2006/07/19 13:36:16 fs 1.17.8.1: during #i67530#: OTableFieldDescription::Set/GetDatabaseName is never used
üst 90b2e3cf
......@@ -4,9 +4,9 @@
*
* $RCSfile: QTableWindow.cxx,v $
*
* $Revision: 1.17 $
* $Revision: 1.18 $
*
* last change: $Author: obo $ $Date: 2006-07-10 15:40:46 $
* last change: $Author: ihi $ $Date: 2006-08-04 13:57:19 $
*
* 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 @@ void OQueryTableWindow::OnEntryDoubleClicked(SvLBoxEntry* pEntry)
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 @@ sal_Bool OQueryTableWindow::ExistsField(const ::rtl::OUString& strFieldName, OTa
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;
......
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