From f77603855f73560449c9680d343cc82d80e79aee Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Mon, 26 Oct 2015 11:50:12 +0000 Subject: Make OpenCL listener global, to avoid perf. cost of copying it around. Change-Id: Ic10b70e1d56b941d263ed7632ba8a5146145cab1 Reviewed-on: https://gerrit.libreoffice.org/19600 Tested-by: Jenkins Reviewed-by: Michael Meeks --- sc/inc/calcconfig.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/inc/calcconfig.hxx') diff --git a/sc/inc/calcconfig.hxx b/sc/inc/calcconfig.hxx index 158bc1a53f20..4091bda5bea5 100644 --- a/sc/inc/calcconfig.hxx +++ b/sc/inc/calcconfig.hxx @@ -48,7 +48,7 @@ struct SC_DLLPUBLIC ScCalcConfig bool mbEmptyStringAsZero:1; bool mbHasStringRefSyntax:1; - comphelper::ConfigurationListenerProperty mbOpenCLEnabled; + static bool isOpenCLEnabled(); bool mbOpenCLSubsetOnly:1; bool mbOpenCLAutoSelect:1; -- cgit