summaryrefslogtreecommitdiff
path: root/sc/inc/chgtrack.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-03-22 14:24:08 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-03-23 12:00:27 +0000
commitc80fe3937b94df56d7f0dedc85ddf11b48b5e8b5 (patch)
treef51724ae3d3ca35a6b6e12faaba1401927a4beac /sc/inc/chgtrack.hxx
parent8ab1fe71f546dd5f8d3ec8f53a0fb31e24d55adc (diff)
convert ScMatrixMode to scoped enum
and fix a bug in ScChangeActionContent::SetValueString where it was passing the grammar as the ScMatrixMode to the ScFormulaCell constructor. Change-Id: I7c1a174cdd8365dedc30cff0b26e3079bb8b84f3 Reviewed-on: https://gerrit.libreoffice.org/35552 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sc/inc/chgtrack.hxx')
-rw-r--r--sc/inc/chgtrack.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/chgtrack.hxx b/sc/inc/chgtrack.hxx
index 0c6b3c79d09d..c2eb57f3ff52 100644
--- a/sc/inc/chgtrack.hxx
+++ b/sc/inc/chgtrack.hxx
@@ -903,7 +903,7 @@ class ScChangeTrack : public utl::ConfigurationListener
static SCROW InitContentRowsPerSlot();
- // true if one is MM_FORMULA and the other is
+ // true if one is ScMatrixMode::Formula and the other is
// not, or if both are and range differs
static bool IsMatrixFormulaRangeDifferent(
const ScCellValue& rOldCell, const ScCellValue& rNewCell );