diff options
author | Eike Rathke <erack@redhat.com> | 2017-07-04 14:04:26 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-07-04 14:04:56 +0200 |
commit | 3054a8c1c148aee9cb3feaa4e7b5edee010deead (patch) | |
tree | acaa7cec377fddd9d1385509e7e864e795f10a87 /include | |
parent | f99ff13fd10fe0dfd0875a725264b0e685c42326 (diff) |
Prepare for change of VAR_ARGS value
Change-Id: I0b1955bb660b5e19587799de657c63634705b99c
Diffstat (limited to 'include')
-rw-r--r-- | include/formula/funcvarargs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/formula/funcvarargs.h b/include/formula/funcvarargs.h index c0836a55a1e4..1be68692fe41 100644 --- a/include/formula/funcvarargs.h +++ b/include/formula/funcvarargs.h @@ -22,6 +22,9 @@ reportdesign/source/ui/misc/FunctionHelper.cxx FunctionDescription::getVarArgsStart() has to provide some backward compatibility for implicit API stability. + The new VAR_ARGS value must be significantly greater than the old + PAIRED_VAR_ARGS (2*VAR_ARGS) value, in fact greater than any used number of + fixed parameters followed by optional paired parameters. @NOTE: also reportbuilder/java/org/libreoffice/report/pentaho/StarFunctionDescription.java |