summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-01-14 11:22:10 +0200
committerTor Lillqvist <tml@collabora.com>2015-01-14 11:22:23 +0200
commitcfcd1f8a99d4f48983ec3b22d3db0d0bb01042e1 (patch)
treef487821876b07d0918840a2b3057b143d6637bad /offapi
parent7e4f994adf7739478a242b6161f4d1b8b8a497d6 (diff)
Fix documentation to match reality
Change-Id: I2568d665e6080c7282a6e9f97aac6224c6a4985e
Diffstat (limited to 'offapi')
-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();