[Libreoffice-commits] core.git: Branch 'aoo/trunk' - sc/source

Damjan Jovanovic damjan at apache.org
Sat Sep 12 07:08:14 PDT 2015


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

New commits:
commit 4149f99e7bede959d8bec6b4131a205d6e98d6b7
Author: Damjan Jovanovic <damjan at apache.org>
Date:   Sat Sep 12 09:16:24 2015 +0000

    #i126516# Document the return values for the TYPE() formula function in the online help too.

diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src
index f4116f8..f867c6a 100644
--- a/sc/source/ui/src/scfuncs.src
+++ b/sc/source/ui/src/scfuncs.src
@@ -2447,7 +2447,7 @@ Resource RID_SC_FUNCTION_DESCRIPTIONS1
     {
         String 1 // Description
         {
-            Text [ en-US ] = "Defines the data type of a value." ;
+            Text [ en-US ] = "Returns the data type of a value (1 = number, 2 = text, 4 = Boolean value, 8 = formula, 16 = error value, 64 = array)." ;
         };
         ExtraData =
         {


More information about the Libreoffice-commits mailing list