summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-01-22 15:03:40 +0100
committerOcke Janssen [oj] <Ocke.Janssen@sun.com>2010-01-22 15:03:40 +0100
commit79ea41cc2a0636a1fb0c21fd290ee9020e2fc016 (patch)
treed140279b1d15f1800927ff6f318c7b428ff4711d /dbaccess
parent9c87b8db8993212fe755a534f6e4d8966735338f (diff)
dba33f: memeber ini
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/CRowSetDataColumn.cxx2
-rw-r--r--dbaccess/source/ui/querydesign/QueryDesignView.cxx2
2 files changed, 2 insertions, 2 deletions
diff --git a/dbaccess/source/core/api/CRowSetDataColumn.cxx b/dbaccess/source/core/api/CRowSetDataColumn.cxx
index 036ebfae6466..4b1c3649bf6a 100644
--- a/dbaccess/source/core/api/CRowSetDataColumn.cxx
+++ b/dbaccess/source/core/api/CRowSetDataColumn.cxx
@@ -78,8 +78,8 @@ ORowSetDataColumn::ORowSetDataColumn( const Reference < XResultSetMetaData >&
const ORowSetCacheIterator& _rColumnValue)
:ODataColumn(_xMetaData,_xRow,_xRowUpdate,_nPos,_rxDBMeta)
,m_aColumnValue(_rColumnValue)
- ,m_aDescription(_rDescription)
,m_sLabel(i_sLabel)
+ ,m_aDescription(_rDescription)
{
DBG_CTOR(ORowSetDataColumn,NULL);
OColumnSettings::registerProperties( *this );
diff --git a/dbaccess/source/ui/querydesign/QueryDesignView.cxx b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
index 73263525fc93..376482bcde60 100644
--- a/dbaccess/source/ui/querydesign/QueryDesignView.cxx
+++ b/dbaccess/source/ui/querydesign/QueryDesignView.cxx
@@ -652,7 +652,7 @@ namespace
if ( pLeftTable )
{
OQueryTableWindow* pLeftWindow = static_cast<OQueryTableView*>(_pView->getTableView())->FindTable( getTableRange(_pView,pLeftTable->getByRule(OSQLParseNode::table_ref) ));
- OQueryTableWindow* pRightWindow = static_cast<OQueryTableView*>(_pView->getTableView())->FindTable( getTableRange(_pView,pRightTable->getByRule(OSQLParseNode::table_ref) ));
+ // OQueryTableWindow* pRightWindow = static_cast<OQueryTableView*>(_pView->getTableView())->FindTable( getTableRange(_pView,pRightTable->getByRule(OSQLParseNode::table_ref) ));
if ( pLeftWindow == aDragLeft->GetTabWindow() )
insertConnection(_pView,_eJoinType,aDragLeft,aDragRight);
else