summaryrefslogtreecommitdiff
path: root/sc/source
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-11-11 12:31:58 +0200
committerMichael Meeks <michael.meeks@collabora.com>2013-11-20 18:23:04 +0000
commitfeca57d41d515959e3f730eb372a3d33bb251a03 (patch)
treead276b0e8582704189fd7c9840223d150e7f4cca /sc/source
parente064677047d924074d327081eeb8c15f76d62e48 (diff)
Use the more generic CompiledFormula type
Change-Id: I91d2e956b76919c56d14712789198c3c10470742
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/core/data/formulacell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/formulacell.cxx b/sc/source/core/data/formulacell.cxx
index 3ab19a666476..e0ee5a75f710 100644
--- a/sc/source/core/data/formulacell.cxx
+++ b/sc/source/core/data/formulacell.cxx
@@ -406,7 +406,7 @@ rtl::Reference<sc::CLBuildKernelThread> ScFormulaCellGroup::mxCLKernelThread;
ScFormulaCellGroup::ScFormulaCellGroup() :
mnRefCount(0),
mpCode(NULL),
- mpDynamicKernel(NULL),
+ mpCompiledFormula(NULL),
mpTopCell(NULL),
mnLength(0),
mnFormatType(NUMBERFORMAT_NUMBER),