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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Sun Jul 12 16:22:51 UTC 2020


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

New commits:
commit 634d6441c05b17a9b3e685a6e8188a7f0457dbca
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Jul 9 17:46:29 2020 +0200
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Sun Jul 12 18:22:11 2020 +0200

    Fix typo
    
    Change-Id: I6e7adbf15e108d4a044a1b6a784687c20e721b7f
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98471
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/sc/source/ui/vba/vbarange.cxx b/sc/source/ui/vba/vbarange.cxx
index ba115f6b137a..6f5c5a5d892a 100644
--- a/sc/source/ui/vba/vbarange.cxx
+++ b/sc/source/ui/vba/vbarange.cxx
@@ -4363,7 +4363,7 @@ static void lcl_setTableFieldsFromCriteria( OUString& sCriteria1, const uno::Ref
     else
         rFilterField.Operator = sheet::FilterOperator2::EQUAL;
 
-    // tdf#107885 - check if criteria is numeric using locale dependent settings without group seperator
+    // tdf#107885 - check if criteria is numeric using locale dependent settings without group separator
     // or, if the decimal separator is different from the English locale, without any locale.
     sal_Int32 nParseEnd = 0;
     rtl_math_ConversionStatus eStatus = rtl_math_ConversionStatus_Ok;


More information about the Libreoffice-commits mailing list