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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Fri Apr 12 06:43:31 UTC 2019


 sc/source/ui/view/viewfun2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3c115ccb0cfc8a474587bf4f35156a68948ec1f5
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Apr 11 13:08:11 2019 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Apr 12 08:42:51 2019 +0200

    Fix typo
    
    Change-Id: Ic215895f9e67e16d5c5a6d4e70af47544d49813e
    Reviewed-on: https://gerrit.libreoffice.org/70631
    Reviewed-by: himajin100000 <himajin100000 at gmail.com>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sc/source/ui/view/viewfun2.cxx b/sc/source/ui/view/viewfun2.cxx
index 5bf77e821bfc..91be2d16d54b 100644
--- a/sc/source/ui/view/viewfun2.cxx
+++ b/sc/source/ui/view/viewfun2.cxx
@@ -451,7 +451,7 @@ bool ScViewFunc::GetAutoSumArea( ScRangeList& rRangeList )
         }
         else
         {
-            nStartCol = nSeekCol;       // nSeekCol might be adjusted vie reference
+            nStartCol = nSeekCol;       // nSeekCol might be adjusted via reference
             if ( eSum == ScAutoSumSum )
                 nEndCol = nStartCol;        // only sum sums
             else


More information about the Libreoffice-commits mailing list