[Libreoffice-commits] core.git: sc/source
Eike Rathke (via logerrit)
logerrit at kemper.freedesktop.org
Wed Jul 28 18:09:21 UTC 2021
sc/source/core/tool/parclass.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 56cebfdbce89e7400a89678d14b847243e88f971
Author: Eike Rathke <erack at redhat.com>
AuthorDate: Wed Jul 28 18:36:51 2021 +0200
Commit: Eike Rathke <erack at redhat.com>
CommitDate: Wed Jul 28 20:08:46 2021 +0200
Keep ScParameterClassification sorted, tdf#76310 follow-up
Change-Id: Ib1441b0668abbf50a46416b32292160eb8995ba8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119636
Reviewed-by: Eike Rathke <erack at redhat.com>
Tested-by: Jenkins
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 }},
More information about the Libreoffice-commits
mailing list