summaryrefslogtreecommitdiff
path: root/sc/inc/formulacell.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-10-01 17:07:36 +0300
committerTor Lillqvist <tml@collabora.com>2015-10-02 08:05:31 +0300
commitab092bdc0f8c45e174cad403de9d2342adc01fb6 (patch)
treebf6857f609aec0d6bbe87b72bdf120d14f682ec2 /sc/inc/formulacell.hxx
parent419549b095a1bb95ce23bf3fc8866e6b582e6dde (diff)
Make fewer calls to officecfg::...::UseOpenCL::get()
Change-Id: I5f7f52b6f2fb92c46e2b24e0edf95b4ccd17671d
Diffstat (limited to 'sc/inc/formulacell.hxx')
-rw-r--r--sc/inc/formulacell.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index 3deb9e30583d..df13660e7daa 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -228,7 +228,7 @@ public:
void CompileXML( sc::CompileFormulaContext& rCxt, ScProgress& rProgress ); // compile temporary string tokens
void CalcAfterLoad( sc::CompileFormulaContext& rCxt, bool bStartListening );
bool MarkUsedExternalReferences();
- void Interpret();
+ void Interpret(bool bUseOpenCL);
bool IsIterCell() const { return bIsIterCell; }
sal_uInt16 GetSeenInIteration() const { return nSeenInIteration; }