summaryrefslogtreecommitdiff
path: root/sc/inc/simpleformulacalc.hxx
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-06-29 07:47:47 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2015-06-29 07:48:17 +0200
commitefc66942f29c0127691d30a9d4f31b684443b672 (patch)
treecd4f755d2d27b3d2ed3361602f471325346d06a2 /sc/inc/simpleformulacalc.hxx
parentcbbf58761cb18c5167fb4e32164ad0b8d80214ac (diff)
no need to recompile the formula again
Change-Id: I03b72bd6a0b341ec89e0995f7b53287449ce9f61
Diffstat (limited to 'sc/inc/simpleformulacalc.hxx')
-rw-r--r--sc/inc/simpleformulacalc.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/inc/simpleformulacalc.hxx b/sc/inc/simpleformulacalc.hxx
index 33ad37bf4119..b70146851c93 100644
--- a/sc/inc/simpleformulacalc.hxx
+++ b/sc/inc/simpleformulacalc.hxx
@@ -30,7 +30,6 @@ private:
ScAddress maAddr;
ScDocument* mpDoc;
ScFormulaResult maResult;
- const OUString maFormula;
formula::FormulaGrammar::Grammar maGram;
bool bIsMatrix;
OUString maMatrixFormulaResult;