[Libreoffice-commits] core.git: extensions/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 11 05:55:32 UTC 2019
extensions/source/propctrlr/cellbindinghandler.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e449cc923b52068bec805d66d835d4289351b244
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jun 10 16:56:39 2019 +0000
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Tue Jun 11 07:54:32 2019 +0200
Fix typo
Change-Id: I5bbb85075256dec62d7270293eb900f1dd89bc91
Reviewed-on: https://gerrit.libreoffice.org/73793
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
diff --git a/extensions/source/propctrlr/cellbindinghandler.cxx b/extensions/source/propctrlr/cellbindinghandler.cxx
index 5df2611537b1..3a9bda45a9c6 100644
--- a/extensions/source/propctrlr/cellbindinghandler.cxx
+++ b/extensions/source/propctrlr/cellbindinghandler.cxx
@@ -101,7 +101,7 @@ namespace pcr
::osl::MutexGuard aGuard( m_aMutex );
PropertyId nActuatingPropId( impl_getPropertyId_throwRuntime( _rActuatingPropertyName ) );
OSL_PRECOND(m_pHelper,
- "CellBindingPropertyHandler::actuatingPropertyChanged: inconsistentcy!");
+ "CellBindingPropertyHandler::actuatingPropertyChanged: inconsistency!");
// if we survived impl_getPropertyId_throwRuntime, we should have a helper, since no helper implies no properties
OSL_PRECOND( _rxInspectorUI.is(), "FormComponentPropertyHandler::actuatingPropertyChanged: no access to the UI!" );
More information about the Libreoffice-commits
mailing list