Kaydet (Commit) ba84300b authored tarafından Andrea Gelmini's avatar Andrea Gelmini Kaydeden (comit) Julien Nabet

Fix typo

Change-Id: I43ba5d6591be6ad782bc72bac1938ae9763c7103
Reviewed-on: https://gerrit.libreoffice.org/71900Reviewed-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
Tested-by: 's avatarJulien Nabet <serval2412@yahoo.fr>
üst 72deb65a
...@@ -1847,7 +1847,7 @@ void SAL_CALL OBoundControlModel::removeUpdateListener(const Reference< XUpdateL ...@@ -1847,7 +1847,7 @@ void SAL_CALL OBoundControlModel::removeUpdateListener(const Reference< XUpdateL
sal_Bool SAL_CALL OBoundControlModel::commit() sal_Bool SAL_CALL OBoundControlModel::commit()
{ {
ControlModelLock aLock( *this ); ControlModelLock aLock( *this );
OSL_PRECOND( m_bCommitable, "OBoundControlModel::commit: invalid call (I'm not commitable !) " ); OSL_PRECOND( m_bCommitable, "OBoundControlModel::commit: invalid call (I'm not committable!) " );
if ( hasExternalValueBinding() ) if ( hasExternalValueBinding() )
{ {
// in most cases, no action is required: For most derivees, we know the value property of // in most cases, no action is required: For most derivees, we know the value property of
......
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