From cfcd1f8a99d4f48983ec3b22d3db0d0bb01042e1 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Wed, 14 Jan 2015 11:22:10 +0200 Subject: Fix documentation to match reality Change-Id: I2568d665e6080c7282a6e9f97aac6224c6a4985e --- offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'offapi') 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(); -- cgit