[Libreoffice-commits] core.git: sc/source
Eike Rathke
erack at redhat.com
Thu May 19 17:00:07 UTC 2016
sc/source/ui/src/scfuncs.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 2d3f0f2dade850af8b7e179bcc076f1ba543bfbd
Author: Eike Rathke <erack at redhat.com>
Date: Thu May 19 18:54:05 2016 +0200
mention purpose of FLOOR.XCL() and CEILING.XCL(), tdf#99856 related
Change-Id: I57c0c13a43dd790cf092c384429bcb8772babd5a
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 4ce4a75..3efeebc 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 =
{
More information about the Libreoffice-commits
mailing list