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

Andrea Gelmini andrea.gelmini at gelma.net
Sat May 5 07:15:22 UTC 2018


 svl/source/numbers/zforlist.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 8d77bc5638fa08162ce42e2971bdb42db7f4d9c6
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
Date:   Fri May 4 07:50:32 2018 +0200

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

diff --git a/svl/source/numbers/zforlist.cxx b/svl/source/numbers/zforlist.cxx
index de7a808324e0..266adfd48048 100644
--- a/svl/source/numbers/zforlist.cxx
+++ b/svl/source/numbers/zforlist.cxx
@@ -1096,7 +1096,7 @@ bool SvNumberFormatter::IsNumberFormat(const OUString& sString,
         }
         ChangeIntl(pFormat->GetLanguage());
         // Avoid scanner overhead with the General format of any locale.
-        // These are never substituded above so safe to ignore.
+        // These are never substituted above so safe to ignore.
         if ((F_Index % SV_COUNTRY_LANGUAGE_OFFSET) == 0)
         {
             assert(FType == SvNumFormatType::NUMBER);


More information about the Libreoffice-commits mailing list