sc/source/core/data/formulacell.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 38cc606bcc2570b6ea76c4cc07b9f862797e9a03 Author: Andrea Gelmini <[email protected]> AuthorDate: Wed Nov 14 14:58:07 2018 +0100 Commit: Julien Nabet <[email protected]> CommitDate: Wed Nov 14 20:43:11 2018 +0100 Fix typo Change-Id: I12bfb9940c5eeebbf8499fe745331dae8e745bf6 Reviewed-on: https://gerrit.libreoffice.org/63369 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx index 6d284ff43dbf..5297c42afe12 100644 --- a/sc/source/core/data/formulacell.cxx +++ b/sc/source/core/data/formulacell.cxx @@ -3142,7 +3142,7 @@ bool checkCompileColRowName( } break; case URM_MOVE: - { // Recomplie for Move/D&D when ColRowName was moved or this Cell + { // Recompile for Move/D&D when ColRowName was moved or this Cell // points to one and was moved. bool bMoved = (aPos != aOldPos); if (bMoved) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
