Kaydet (Commit) 276a0745 authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS sb59 (1.5.32); FILE MERGED

2006/08/29 11:44:32 sb 1.5.32.1: #i67487# Made code warning-free (wntmsci10).
üst 541b3d84
......@@ -4,9 +4,9 @@
*
* $RCSfile: RTableConnection.cxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: obo $ $Date: 2006-09-17 07:27:38 $
* last change: $Author: obo $ $Date: 2006-10-12 13:43:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -103,10 +103,9 @@ void ORelationTableConnection::Draw( const Rectangle& rRect )
{
DBG_CHKTHIS(ORelationTableConnection,NULL);
OTableConnection::Draw( rRect );
ORelationTableConnectionData* pData;
if ((pData = (ORelationTableConnectionData*) GetData()) &&
(pData->GetCardinality() == CARDINAL_UNDEFINED) )
ORelationTableConnectionData* pData =
static_cast< ORelationTableConnectionData* >(GetData());
if ( pData && (pData->GetCardinality() == CARDINAL_UNDEFINED) )
return;
//////////////////////////////////////////////////////////////////////
......
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