From 69753da13f7c86b6f1fccb814cd4d89427304690 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 12 Jan 2015 15:40:53 +0200 Subject: Add RAND to the default subset of opcodes for which we trust our OpenCL Change-Id: I1ca574f96ad84aa263bdcecbe549687fbf10d0d8 --- officecfg/registry/schema/org/openoffice/Office/Calc.xcs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'officecfg/registry') diff --git a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs index 832c795a73f4..3ec97de049e7 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Calc.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Calc.xcs @@ -1371,9 +1371,9 @@ The list of operator and function opcodes for which to use OpenCL. If a formula contains only these operators and functions, it might be calculated using OpenCL. - + - 40;41;42;43;82;83;84;88;102;103;104;149;204;209;213;222;223;224;225;226;227;236;403 + 40;41;42;43;66;82;83;84;88;102;103;104;149;204;209;213;222;223;224;225;226;227;236;403 -- cgit