CWS-TOOLING: integrate CWS cli002

This commit is contained in:
Rüdiger Timm
2008-10-28 15:03:16 +00:00
parent e4563bf9ca
commit 5f3cff6c62
5 changed files with 11 additions and 4 deletions

View File

@@ -241,7 +241,9 @@ namespace abp
_rFieldAssignment[ sAddressProgrammatic ] = sDriverUI;
}
else
{
DBG_ERROR( "fieldmapping::defaultMapping: invalid driver programmatic name!" );
}
}
}
catch( const Exception& )

View File

@@ -311,7 +311,9 @@ namespace dbp
setFormConnection( xConn );
}
else
{
DBG_ERROR("OTableSelectionPage::implFillTables: invalid data source object returned by the context");
}
}
}
catch(SQLContext& e) { aSQLException <<= e; }

View File

@@ -429,8 +429,9 @@ namespace dbp
}
}
else
{
DBG_ASSERT(xPage.is(), "OControlWizard::implDeterminePage: can't determine the page (no model)!");
}
m_aContext.xDrawPage = xPage;
}
catch(Exception&)

View File

@@ -660,8 +660,9 @@ namespace pcr
sReturn = aEnumStrings[ nIntValue ];
}
else
{
DBG_ERROR( "DefaultEnumRepresentation::getDescriptionForValue: could not translate an enum value" );
}
return sReturn;
}

View File

@@ -196,8 +196,9 @@ namespace pcr
if ( ( index >= 0 ) && ( index < (sal_Int32)aDescriptions.size() ) )
sDescription = aDescriptions[ index ];
else
DBG_ERROR( "EnumRepresentation::getDescriptionForValue: cannot convert!" );
{
DBG_ERROR( "EnumRepresentation::getDescriptionForValue: cannot convert!" );
}
return sDescription;
}