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

Andrea Gelmini andrea.gelmini at gelma.net
Tue Dec 19 06:27:34 UTC 2017


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

New commits:
commit dbb50f3fe9692dc0ccd7225158fad353e7eab0b5
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Mon Dec 18 23:58:18 2017 +0100

    Fix typo
    
    Change-Id: Ib0773324983985f061e390a44702d426c06e18e4
    Reviewed-on: https://gerrit.libreoffice.org/46667
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sc/source/core/data/grouptokenconverter.cxx b/sc/source/core/data/grouptokenconverter.cxx
index 9697b4cbe14a..5fc6b292214e 100644
--- a/sc/source/core/data/grouptokenconverter.cxx
+++ b/sc/source/core/data/grouptokenconverter.cxx
@@ -167,7 +167,7 @@ bool ScGroupTokenConverter::convert( const ScTokenArray& rCode, sc::FormulaLogge
             {
                 /* FIXME: this simply does not work, it doesn't know
                  * a) the context of implicit intersection, for which creating
-                      two arrays dows not only result in huge unnecessary matrix
+                      two arrays does not only result in huge unnecessary matrix
                       operations but also produces wrong results, e.g. =B:B/C:C
                  * b) when to keep a reference as a reference depending on the
                       expected parameter type, e.g. INDEX(), OFFSET() and


More information about the Libreoffice-commits mailing list