diff options
author | Eike Rathke <erack@redhat.com> | 2016-05-19 18:54:05 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-05-19 18:59:44 +0200 |
commit | 2d3f0f2dade850af8b7e179bcc076f1ba543bfbd (patch) | |
tree | 295fefe56297d4cfb561437eaf4fd8c6cefb42ec /sc/source/ui/src/scfuncs.src | |
parent | 5e0bdb52e9411dda2cd1086005b469fd833dca9f (diff) |
mention purpose of FLOOR.XCL() and CEILING.XCL(), tdf#99856 related
Change-Id: I57c0c13a43dd790cf092c384429bcb8772babd5a
Diffstat (limited to 'sc/source/ui/src/scfuncs.src')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 4ce4a7590502..3efeebc9a18f 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -4565,7 +4565,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1 { String 1 // Description { - Text [ en-US ] = "Rounds a number up to the nearest multiple of significance." ; + Text [ en-US ] = "Rounds a number up to the nearest multiple of significance.\nThis function exists for interoperability with Microsoft Excel 2007 or older versions." ; }; ExtraData = { @@ -4781,7 +4781,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1 { String 1 // Description { - Text [ en-US ] = "Rounds number towards zero to the nearest multiple of absolute value of significance." ; + Text [ en-US ] = "Rounds number towards zero to the nearest multiple of absolute value of significance.\nThis function exists for interoperability with Microsoft Excel 2007 or older versions." ; }; ExtraData = { |