summaryrefslogtreecommitdiff
path: root/sc/inc/formulacell.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-09-15 18:34:01 +0200
committerEike Rathke <erack@redhat.com>2015-09-15 19:01:26 +0200
commitd8d699736334d009503a9a8e1363db7f7d237f99 (patch)
tree7ca00d33d2a948f5d5ece2ac6137dfe8f7382a95 /sc/inc/formulacell.hxx
parentd38e743e8eb3fa70faf194c25dea1893029c5460 (diff)
stab MM_FAKE, it's a zombie
Change-Id: Iee70d0d027197c431926ab1194e0daa5eb429caf
Diffstat (limited to 'sc/inc/formulacell.hxx')
-rw-r--r--sc/inc/formulacell.hxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx
index 30fd1b110254..957902957681 100644
--- a/sc/inc/formulacell.hxx
+++ b/sc/inc/formulacell.hxx
@@ -113,8 +113,7 @@ inline void intrusive_ptr_release(const ScFormulaCellGroup *p)
enum ScMatrixMode {
MM_NONE = 0, // No matrix formula
MM_FORMULA = 1, // Upper left matrix formula cell
- MM_REFERENCE = 2, // Remaining cells, via ocMatRef reference token
- MM_FAKE = 3 // Interpret "as-if" matrix formula (legacy)
+ MM_REFERENCE = 2 // Remaining cells, via ocMatRef reference token
};
class SC_DLLPUBLIC ScFormulaCell : public SvtListener