summaryrefslogtreecommitdiff
path: root/sc/inc
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2013-04-26 23:16:43 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2013-04-30 13:10:41 -0400
commit2f72495cd8097f782f0c8543c13605403f3e90c2 (patch)
treefa10d5fa64226e4f32882cb289acd5b86b9be9bd /sc/inc
parent1eaf73af59cc5bc25c40ef8d18b25f853d273229 (diff)
Move the invariant group handler into its own method.
Change-Id: I3ed8da3c9673b990d5ae17d235bcf4fc1a4541f1
Diffstat (limited to 'sc/inc')
-rw-r--r--sc/inc/formulacell.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index 397fd9c72fe4..e4f1cfa5fd0e 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -302,7 +302,8 @@ public:
CompareState CompareByTokenArray( ScFormulaCell *pOther ) const;
- bool InterpretFormulaGroup();
+ bool InterpretFormulaGroup();
+ bool InterpretInvariantFormulaGroup();
// nOnlyNames may be one or more of SC_LISTENING_NAMES_*
void StartListeningTo( ScDocument* pDoc );