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

Mike Kaganski (via logerrit) logerrit at kemper.freedesktop.org
Sun Apr 25 13:50:37 UTC 2021


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

New commits:
commit ebf1ef00c4d492a735941c151f3b73ec7439fea6
Author:     Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Sun Apr 25 12:53:04 2021 +0200
Commit:     Mike Kaganski <mike.kaganski at collabora.com>
CommitDate: Sun Apr 25 15:49:52 2021 +0200

    Fix comment
    
    Change-Id: I6f2ec861571ed947ecbd267bc721fb9a3f5ceea9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114594
    Tested-by: Jenkins
    Reviewed-by: Mike Kaganski <mike.kaganski at collabora.com>

diff --git a/sc/source/core/tool/interpr2.cxx b/sc/source/core/tool/interpr2.cxx
index 7e0d3733538d..62bdbc2021a8 100644
--- a/sc/source/core/tool/interpr2.cxx
+++ b/sc/source/core/tool/interpr2.cxx
@@ -1025,7 +1025,7 @@ void ScInterpreter::RoundSignificant( double fX, double fDigits, double &fRes )
         fRes *= -1.0;
 }
 
-// tdf#106931
+// tdf#105931
 void ScInterpreter::ScRoundSignificant()
 {
     if ( !MustHaveParamCount( GetByte(), 2 ) )


More information about the Libreoffice-commits mailing list