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

Eike Rathke erack at redhat.com
Tue Aug 9 20:03:33 UTC 2016


 sc/source/ui/src/scfuncs.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ebb9ae93c75d6dc8a50dd55019f86991030712f3
Author: Eike Rathke <erack at redhat.com>
Date:   Tue Aug 9 20:26:30 2016 +0200

    Function Wizard: clarify that CEILING.XCL rounds away from zero
    
    Change-Id: Iabb24d673c15ffa26bb7ea00373639e736e324d4

diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index 0774875..cb7b978 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.\nThis function exists for interoperability with Microsoft Excel 2007 or older versions." ;
+            Text [ en-US ] = "Rounds a number away from zero to the nearest multiple of significance.\nThis function exists for interoperability with Microsoft Excel 2007 or older versions." ;
         };
         ExtraData =
         {


More information about the Libreoffice-commits mailing list