diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-10 12:40:49 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-10 14:18:59 +0200 |
commit | 2e1e0852eed9699dae31d8a96bfa2726e03b27e1 (patch) | |
tree | a0e9a86af77d5871d907e24bd46c5645c41a0547 /offapi | |
parent | 8e999b51a2418febc0fd619aee62183f21b1cf90 (diff) |
Fix typos
Change-Id: I86f744d5b0d5d8d56c40db2ff17fefbfa3cb4907
Reviewed-on: https://gerrit.libreoffice.org/78800
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/sheet/DataPilotField.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotField.idl b/offapi/com/sun/star/sheet/DataPilotField.idl index b9f6b2b5c8d2..920a4c80c76f 100644 --- a/offapi/com/sun/star/sheet/DataPilotField.idl +++ b/offapi/com/sun/star/sheet/DataPilotField.idl @@ -88,7 +88,7 @@ published service DataPilotField <p>An empty sequence means no subtotals. The same effect can be achieved by setting the property #Function to the value GeneralFunction::NONE. If the length of the - sequence is greater then 1, then the sequence MUST NOT contain one of + sequence is greater than 1, then the sequence MUST NOT contain one of the values GeneralFunction::NONE or GeneralFunction::AUTO.</p> |