offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit cfcd1f8a99d4f48983ec3b22d3db0d0bb01042e1
Author: Tor Lillqvist <t...@collabora.com>
Date:   Wed Jan 14 11:22:10 2015 +0200

    Fix documentation to match reality
    
    Change-Id: I2568d665e6080c7282a6e9f97aac6224c6a4985e

diff --git a/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl 
b/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl
index b7f47b8..a0861a4 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();
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to