[Libreoffice-commits] core.git: offapi/com

Tor Lillqvist tml at collabora.com
Wed Jan 14 01:23:31 PST 2015


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

New commits:
commit cfcd1f8a99d4f48983ec3b22d3db0d0bb01042e1
Author: Tor Lillqvist <tml at 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();
 


More information about the Libreoffice-commits mailing list