summaryrefslogtreecommitdiff
path: root/sc/source/core
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2021-04-25 12:53:04 +0200
committerMike Kaganski <mike.kaganski@collabora.com>2021-04-25 15:49:52 +0200
commitebf1ef00c4d492a735941c151f3b73ec7439fea6 (patch)
tree69355eb0e041cd229d62d847ba4cf197d6d2994b /sc/source/core
parent166c8f16aff45b444ff3d0a1c1e751d1547a27d8 (diff)
Fix comment
Change-Id: I6f2ec861571ed947ecbd267bc721fb9a3f5ceea9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114594 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sc/source/core')
-rw-r--r--sc/source/core/tool/interpr2.cxx2
1 files changed, 1 insertions, 1 deletions
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 ) )