extensions/source/propctrlr/eformspropertyhandler.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 23beb583b86877e1fbac75bf2737bab08c430e8b
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jun 10 16:56:38 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jun 11 07:04:16 2019 +0200

    Fix typo
    
    Change-Id: Ief0af9fec812b1b70018496e6877e2b9815db864
    Reviewed-on: https://gerrit.libreoffice.org/73794
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>
    Tested-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/extensions/source/propctrlr/eformspropertyhandler.cxx 
b/extensions/source/propctrlr/eformspropertyhandler.cxx
index 31ca06be7121..d85474156463 100644
--- a/extensions/source/propctrlr/eformspropertyhandler.cxx
+++ b/extensions/source/propctrlr/eformspropertyhandler.cxx
@@ -559,7 +559,7 @@ namespace pcr
 
         ::osl::MutexGuard aGuard( m_aMutex );
         PropertyId nActuatingPropId( impl_getPropertyId_throwRuntime( 
_rActuatingPropertyName ) );
-        OSL_PRECOND(m_pHelper, 
"EFormsPropertyHandler::actuatingPropertyChanged: inconsistentcy!");
+        OSL_PRECOND(m_pHelper, 
"EFormsPropertyHandler::actuatingPropertyChanged: inconsistency!");
         // if we survived impl_getPropertyId_throwRuntime, we should have a 
helper, since no helper implies no properties
 
         DBG_ASSERT( _rxInspectorUI.is(), 
"EFormsPropertyHandler::actuatingPropertyChanged: invalid callback!" );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to