diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-06-10 16:56:38 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-06-11 07:04:16 +0200 |
commit | 23beb583b86877e1fbac75bf2737bab08c430e8b (patch) | |
tree | 6f7482eb2458b2f32c977eb1d9136156cf956bd9 /extensions/source/propctrlr | |
parent | d5bdb4a84e741bb60f1cc9557b7a2eb590ba8a44 (diff) |
Fix typo
Change-Id: Ief0af9fec812b1b70018496e6877e2b9815db864
Reviewed-on: https://gerrit.libreoffice.org/73794
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'extensions/source/propctrlr')
-rw-r--r-- | extensions/source/propctrlr/eformspropertyhandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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!" ); |