diff options
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/formulagroup.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/core/tool/formulagroup.cxx b/sc/source/core/tool/formulagroup.cxx index bd67fae8f127..56eae0d62749 100644 --- a/sc/source/core/tool/formulagroup.cxx +++ b/sc/source/core/tool/formulagroup.cxx @@ -511,6 +511,7 @@ public: #endif +#if HAVE_FEATURE_OPENCL #ifndef DISABLE_DYNLOADING class FormulaGroupInterpreterOpenCLMissing : public FormulaGroupInterpreter @@ -553,6 +554,7 @@ osl::Module* getOpenCLModule() } #endif +#endif /// load and/or configure the correct formula group interpreter FormulaGroupInterpreter *FormulaGroupInterpreter::getStatic() |