diff options
author | Eike Rathke <erack@redhat.com> | 2016-05-26 23:55:42 +0200 |
---|---|---|
committer | Gerrit Code Review <gerrit@gerrit.libreoffice.org> | 2016-05-26 21:58:31 +0000 |
commit | 27608d3364a578fa885a51d4677fe386d3d73a5f (patch) | |
tree | d558b1138c32effb29f2d0022c9585053f62645e | |
parent | 59ceaff255e2759f2e416d76b95f6efa22819c39 (diff) |
Updated core
Project: help f5f2b4982350ee6e0616d49742b29b0a57edbbbb
tdf#70806 get rid of the "number 0 for the entire database" nonsense
1. there is no "entire database" in this context
2. 0 was an old workaround for an omitted argument that Excel knows for
DCOUNT and DCOUNTA functions to count records that match the
criteria without applying a further count on a selected column, but
not for other functions
3. Excel does not know a 0 argument
4. ODFF does not specify a 0 argument
=> so give examples that don't use it.
Change-Id: I03654e90798a97bfd37a5f20de26d45e96726206
m--------- | helpcontent2 | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/helpcontent2 b/helpcontent2 -Subproject f2361eb91e2e47b0ecbc02bedb8763c08007f0c +Subproject f5f2b4982350ee6e0616d49742b29b0a57edbbb |