forms/source/component/FormComponent.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ba84300b82844921c4421a468e290aeca68fa694
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon May 6 16:09:04 2019 +0000
Commit:     Julien Nabet <serval2...@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 <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to