diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-05-06 16:09:04 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-05-07 19:16:17 +0200 |
commit | ba84300b82844921c4421a468e290aeca68fa694 (patch) | |
tree | 40393a73d90969303e24e42e355525cfad15bea1 /forms | |
parent | 72deb65aaf5c97a955c0606c9389940735ab32a0 (diff) |
Fix typo
Change-Id: I43ba5d6591be6ad782bc72bac1938ae9763c7103
Reviewed-on: https://gerrit.libreoffice.org/71900
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/FormComponent.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/FormComponent.cxx b/forms/source/component/FormComponent.cxx index 0832a64031bf..6afc11f50aaa 100644 --- a/forms/source/component/FormComponent.cxx +++ b/forms/source/component/FormComponent.cxx @@ -1847,7 +1847,7 @@ void SAL_CALL OBoundControlModel::removeUpdateListener(const Reference< XUpdateL sal_Bool SAL_CALL OBoundControlModel::commit() { 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() ) { // in most cases, no action is required: For most derivees, we know the value property of |