[Libreoffice-commits] core.git: forms/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue May 7 17:17:04 UTC 2019
forms/source/component/FormComponent.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ba84300b82844921c4421a468e290aeca68fa694
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon May 6 16:09:04 2019 +0000
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue May 7 19:16:17 2019 +0200
Fix typo
Change-Id: I43ba5d6591be6ad782bc72bac1938ae9763c7103
Reviewed-on: https://gerrit.libreoffice.org/71900
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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
More information about the Libreoffice-commits
mailing list