summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-26 10:08:11 +0200
committerTor Lillqvist <tml@collabora.com>2013-11-26 10:09:53 +0200
commitb9b8e26aa0ff86b131c9da84f33ee3ce397104d6 (patch)
treec075ecc3ca5eec6501ae38309b869cceb39ad407 /sc
parentb64d5dc6a4fd48a7fa5bd475211a4af55f4cba3a (diff)
WaE: unused parameter 'bForceEvaluation'
Change-Id: I402ccfa2e24240347985d9fda7adf4e2c01712fd
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/tool/formulagroup.cxx2
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;
}