diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-03-21 01:28:51 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-03-21 09:36:13 +0100 |
commit | d70fcbd9e42a3c4925e2a7fc3ed4826668cc4889 (patch) | |
tree | 549d8803ff81bfb9f0d63c23a3ec06b3a71e5521 /forms | |
parent | 87e0e7e0fa7c80f167ccbf32e99a91d983187e47 (diff) |
Fix typo
Change-Id: Ifcdd81ef6aefcfd80e8958195b52bbfbdc2d9960
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90851
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/Columns.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/component/Columns.cxx b/forms/source/component/Columns.cxx index 234431affdf4..ae1b1cb88897 100644 --- a/forms/source/component/Columns.cxx +++ b/forms/source/component/Columns.cxx @@ -93,7 +93,7 @@ sal_Int32 getColumnTypeByModelName(const OUString& aModelName) #ifdef DBG_UTIL sal_Int32 nCompatiblePrefixPos = aModelName.indexOf(aCompatibleModelPrefix); DBG_ASSERT( (nPrefixPos != -1) || (nCompatiblePrefixPos != -1), - "::getColumnTypeByModelName() : wrong servivce !"); + "::getColumnTypeByModelName() : wrong service!"); #endif OUString aColumnType = (nPrefixPos != -1) |