Fix typo
Change-Id: Ifcdd81ef6aefcfd80e8958195b52bbfbdc2d9960 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90851 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
parent
87e0e7e0fa
commit
d70fcbd9e4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue