diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-19 13:07:26 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-19 14:19:35 +0100 |
commit | 4ca2d35c4b84a8865cf63135e0aab67197f79a49 (patch) | |
tree | 727025083c9531084ebb1c660ef55dbfbf67f51c /offapi | |
parent | 86e8060c1e7f6b08cee6d8bbda178d46329b3747 (diff) |
Fix typo
Change-Id: Ida0438cc5c3e5b9ebad345f14891d246456df243
Reviewed-on: https://gerrit.libreoffice.org/85519
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 920a4c80c76f..ad6c88ac8bc6 100644 --- a/offapi/com/sun/star/sheet/DataPilotField.idl +++ b/offapi/com/sun/star/sheet/DataPilotField.idl @@ -194,7 +194,7 @@ published service DataPilotField <p>An empty sequence means no subtotals. The same effect can be achieved by setting the property #Function2 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 GeneralFunction2::NONE or GeneralFunction2::AUTO.</p> |