Kaydet (Commit) 7bb77f3d authored tarafından Lionel Elie Mamane's avatar Lionel Elie Mamane

janitorial: correct method name in assert message

Change-Id: I11ee124af09e9806fc45945316ae947757458d5b
üst 28cacb44
......@@ -936,7 +936,7 @@ namespace frm
//--------------------------------------------------------------------
bool FormOperations::impl_commitCurrentControl_throw() const
{
DBG_ASSERT( m_nMethodNestingLevel, "FormOperations::impl_commitCurrentRecord_throw: to be called within a MethodGuard'ed section only!" );
DBG_ASSERT( m_nMethodNestingLevel, "FormOperations::impl_commitCurrentControl_throw: to be called within a MethodGuard'ed section only!" );
OSL_PRECOND( m_xController.is(), "FormOperations::commitCurrentControl: no controller!" );
if ( !m_xController.is() )
return false;
......
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