Kaydet (Commit) cfcd1f8a authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Fix documentation to match reality

Change-Id: I2568d665e6080c7282a6e9f97aac6224c6a4985e
üst 7e4f994a
...@@ -90,12 +90,12 @@ interface XOpenCLSelection : com::sun::star::uno::XInterface ...@@ -90,12 +90,12 @@ interface XOpenCLSelection : com::sun::star::uno::XInterface
boolean isOpcodeSubsetTested(); 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 ); 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(); long getFormulaCellNumberLimit();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment