[Libreoffice-commits] core.git: svx/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Sat Mar 21 08:36:04 UTC 2020
svx/source/fmcomp/gridcols.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 87e0e7e0fa7c80f167ccbf32e99a91d983187e47
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sat Mar 21 01:28:53 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sat Mar 21 09:35:31 2020 +0100
Fix typo
Change-Id: I16429dd54a4901a5a70f221a3bd11e32e5c34855
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90852
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/svx/source/fmcomp/gridcols.cxx b/svx/source/fmcomp/gridcols.cxx
index 91a91e6cae89..1e44ece8973d 100644
--- a/svx/source/fmcomp/gridcols.cxx
+++ b/svx/source/fmcomp/gridcols.cxx
@@ -87,7 +87,7 @@ sal_Int32 getColumnTypeByModelName(const OUString& aModelName)
sal_Int32 nPrefixPos = aModelName.indexOf(aModelPrefix);
#ifdef DBG_UTIL
sal_Int32 nCompatiblePrefixPos = aModelName.indexOf(aCompatibleModelPrefix);
- DBG_ASSERT( (nPrefixPos != -1) || (nCompatiblePrefixPos != -1), "::getColumnTypeByModelName() : wrong servivce !");
+ DBG_ASSERT( (nPrefixPos != -1) || (nCompatiblePrefixPos != -1), "::getColumnTypeByModelName() : wrong service!");
#endif
OUString aColumnType = (nPrefixPos != -1)
More information about the Libreoffice-commits
mailing list