diff options
Diffstat (limited to 'sc/inc/calcconfig.hxx')
-rw-r--r-- | sc/inc/calcconfig.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<bool> mbOpenCLEnabled; + static bool isOpenCLEnabled(); bool mbOpenCLSubsetOnly:1; bool mbOpenCLAutoSelect:1; |