summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl b/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl
index b7f47b8565ee..a0861a4c37a8 100644
--- a/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl
+++ b/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl
@@ -90,12 +90,12 @@ interface XOpenCLSelection : com::sun::star::uno::XInterface
boolean isOpcodeSubsetTested();
/*
- * Sets the lower limit on the number of cells involved in a formula for OpenCL to be considered.
+ * Sets the lower limit on the size of a formula group for OpenCL to be considered. (Sorry, the name is misleading.)
*/
void setFormulaCellNumberLimit( [in] long number );
/*
- * Returns the lower limit on the number of cells involved in a formula for OpenCL to be considered.
+ * Returns the lower limit on the size of a formula group for OpenCL to be considered.
*/
long getFormulaCellNumberLimit();