From 216fdcbdb4c17f349ffd68abd1f372bea3287fad Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 8 Apr 2015 09:06:49 +0200 Subject: convert RECALCMODE_ constants to scoped enum Change-Id: Ice2e45a3db59adc34a160b4b410cc51c750835f2 --- sc/source/filter/excel/excform.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sc/source/filter/excel/excform.cxx') diff --git a/sc/source/filter/excel/excform.cxx b/sc/source/filter/excel/excform.cxx index 20685513ab44..4e5ad522dc6d 100644 --- a/sc/source/filter/excel/excform.cxx +++ b/sc/source/filter/excel/excform.cxx @@ -165,7 +165,7 @@ void ImportExcel::Formula( { pCell = rDoc.getDoc().GetFormulaCell(aScPos); if (pCell) - pCell->AddRecalcMode( RECALCMODE_ONLOAD_ONCE ); + pCell->AddRecalcMode( ScRecalcMode::ONLOAD_ONCE ); } if (pCell) -- cgit