diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-11-26 10:08:11 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-11-26 10:09:53 +0200 |
commit | b9b8e26aa0ff86b131c9da84f33ee3ce397104d6 (patch) | |
tree | c075ecc3ca5eec6501ae38309b869cceb39ad407 /sc | |
parent | b64d5dc6a4fd48a7fa5bd475211a4af55f4cba3a (diff) |
WaE: unused parameter 'bForceEvaluation'
Change-Id: I402ccfa2e24240347985d9fda7adf4e2c01712fd
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 aa6e8e7d5bf7..0fed8537375f 100644 --- a/sc/source/core/tool/formulagroup.cxx +++ b/sc/source/core/tool/formulagroup.cxx @@ -651,6 +651,8 @@ bool FormulaGroupInterpreter::switchOpenCLDevice(const OUString& rDeviceId, bool return bSuccess; #endif } +#else + (void) bForceEvaluation; #endif return false; } |