diff options
author | Eike Rathke <erack@redhat.com> | 2021-07-28 18:36:51 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2021-07-28 20:08:46 +0200 |
commit | 56cebfdbce89e7400a89678d14b847243e88f971 (patch) | |
tree | bef6e9d02843297c461b2b0f4a01bcd90e9b97a2 /sc | |
parent | 968e758f163ef5a6c8c46e3427fccae32958b6db (diff) |
Keep ScParameterClassification sorted, tdf#76310 follow-up
Change-Id: Ib1441b0668abbf50a46416b32292160eb8995ba8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119636
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Jenkins
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/parclass.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/parclass.cxx b/sc/source/core/tool/parclass.cxx index 6c560b07b42f..eca9d204855a 100644 --- a/sc/source/core/tool/parclass.cxx +++ b/sc/source/core/tool/parclass.cxx @@ -74,7 +74,6 @@ const ScParameterClassification::RawData ScParameterClassification::pRawData[] = { ocSep, {{ Bounds }, 0, Bounds }}, { ocSkip, {{ Bounds }, 0, Bounds }}, { ocSpaces, {{ Bounds }, 0, Bounds }}, - { ocWhitespace, {{ Bounds }, 0, Bounds }}, { ocStop, {{ Bounds }, 0, Bounds }}, { ocStringXML, {{ Bounds }, 0, Bounds }}, { ocTableRef, {{ Bounds }, 0, Value }}, // or Reference? @@ -263,6 +262,7 @@ const ScParameterClassification::RawData ScParameterClassification::pRawData[] = { ocVarPA, {{ ReferenceOrRefArray }, 1, Value }}, { ocVarP_MS, {{ Reference }, 1, Value }}, { ocVarS, {{ Reference }, 1, Value }}, + { ocWhitespace, {{ Bounds }, 0, Bounds }}, { ocWorkday_MS, {{ Value, Value, Value, Reference }, 0, Value }}, { ocXor, {{ Reference }, 1, Value }}, { ocZTest, {{ Reference, Value, Value }, 0, Value }}, |