From 233df63c540f4431ae67693021309ccb66b8f764 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 18 May 2016 11:56:40 +0200 Subject: Convert SC_MF to scoped enum Change-Id: I3089006b502e33710bfb2564f051ebf2892ad08a Reviewed-on: https://gerrit.libreoffice.org/25085 Tested-by: Jenkins Reviewed-by: Noel Grandin --- sc/source/filter/excel/exctools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/filter/excel/exctools.cxx') diff --git a/sc/source/filter/excel/exctools.cxx b/sc/source/filter/excel/exctools.cxx index 0b3fe117e1b0..d4876fef6633 100644 --- a/sc/source/filter/excel/exctools.cxx +++ b/sc/source/filter/excel/exctools.cxx @@ -238,7 +238,7 @@ void ExcScenario::Apply( const XclImpRoot& rRoot, const bool bLast ) sal_uInt16 nRow = iter->nRow; OUString aVal = iter->GetValue(); - r.ApplyFlagsTab( nCol, nRow, nCol, nRow, nNewTab, SC_MF_SCENARIO ); + r.ApplyFlagsTab( nCol, nRow, nCol, nRow, nNewTab, ScMF::Scenario ); r.SetString( nCol, nRow, nNewTab, aVal ); } -- cgit