summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-05-12 04:07:00 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2013-05-12 05:07:54 +0200
commit7bb77f3de90d35270034407808bcfc782f82aa17 (patch)
treeb4bd633a30fc41eb94a9cda202bf4cad7e9ffc02 /forms
parent28cacb44009a1d2cb5fdb3b81c1a7c665463d38d (diff)
janitorial: correct method name in assert message
Change-Id: I11ee124af09e9806fc45945316ae947757458d5b
Diffstat (limited to 'forms')
-rw-r--r--forms/source/runtime/formoperations.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/runtime/formoperations.cxx b/forms/source/runtime/formoperations.cxx
index f36394c81d40..eb83ab987d46 100644
--- a/forms/source/runtime/formoperations.cxx
+++ b/forms/source/runtime/formoperations.cxx
@@ -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;