diff options
Diffstat (limited to 'offapi/com')
-rw-r--r-- | offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl b/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl index 3fb7430fa6a6..69374baf8b0d 100644 --- a/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl +++ b/offapi/com/sun/star/sheet/opencl/XOpenCLSelection.idl @@ -18,7 +18,7 @@ interface XOpenCLSelection : com::sun::star::uno::XInterface * Returns true if calculation with OpenCL is enabled (at all). * The actual use of OpenCL for a formula is also affected by the * configuration settings specifying whether OpenCL is used for - * all opcodes or just for a subset, and the black- and whitelists + * all opcodes or just for a subset, and the deny- and allowlists * of OpenCL implementations that are in use. */ boolean isOpenCLEnabled(); |