diff options
author | Damjan Jovanovic <damjan@apache.org> | 2015-09-12 09:16:24 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-09-12 21:12:19 +0100 |
commit | 23b530d3e7d0c63318510dd353ba9896e16b802e (patch) | |
tree | 2179eae96305ef5b6edf65562871562b23f6b35a /sc | |
parent | ea407568570d301888a0a51712356379d7b695d6 (diff) |
#i126516# Document the return values for the TYPE() formula function in the online help too.
(cherry picked from commit 4149f99e7bede959d8bec6b4131a205d6e98d6b7)
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/ui/src/scfuncs.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/src/scfuncs.src b/sc/source/ui/src/scfuncs.src index 39018e991cd3..00b093ee4fba 100644 --- a/sc/source/ui/src/scfuncs.src +++ b/sc/source/ui/src/scfuncs.src @@ -2633,7 +2633,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 = { |