summaryrefslogtreecommitdiffstats
path: root/reportbuilder/java/org/libreoffice/report/pentaho/StarFunctionDescription.java
diff options
context:
space:
mode:
Diffstat (limited to 'reportbuilder/java/org/libreoffice/report/pentaho/StarFunctionDescription.java')
-rw-r--r--reportbuilder/java/org/libreoffice/report/pentaho/StarFunctionDescription.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/reportbuilder/java/org/libreoffice/report/pentaho/StarFunctionDescription.java b/reportbuilder/java/org/libreoffice/report/pentaho/StarFunctionDescription.java
index b743ae08e4a1..96c4346e9989 100644
--- a/reportbuilder/java/org/libreoffice/report/pentaho/StarFunctionDescription.java
+++ b/reportbuilder/java/org/libreoffice/report/pentaho/StarFunctionDescription.java
@@ -152,6 +152,7 @@ public final class StarFunctionDescription extends WeakBase
final boolean infinite = functionDescription.isInfiniteParameterCount();
if (infinite)
{
+ // Identical value as VAR_ARGS from formula/funcvarargs.h
count = 30;
}
final FunctionArgument[] args = new FunctionArgument[count];