[Libreoffice-commits] core.git: sc/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 14 19:43:38 UTC 2018


 sc/source/core/data/formulacell.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 38cc606bcc2570b6ea76c4cc07b9f862797e9a03
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Nov 14 14:58:07 2018 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
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 <serval2412 at yahoo.fr>
    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)


More information about the Libreoffice-commits mailing list