summaryrefslogtreecommitdiff
path: root/sc/source/core/data/documen7.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noelgrandin@gmail.com>2015-09-21 16:57:00 +0200
committerNoel Grandin <noelgrandin@gmail.com>2015-09-22 18:47:34 +0000
commit015eb39d963acf534bd5beaf9331a6d37af2acd6 (patch)
tree7ea14b53b25da7cd2132859486c21916d19dd467 /sc/source/core/data/documen7.cxx
parentad1386300562779606d958ea8289916cb9cbb8f8 (diff)
convert SC_SHEETEVENT to scoped enum
Change-Id: I472e3f0a78f979bcf8333076f7560ebb7dd859d6 Reviewed-on: https://gerrit.libreoffice.org/18767 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'sc/source/core/data/documen7.cxx')
-rw-r--r--sc/source/core/data/documen7.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/documen7.cxx b/sc/source/core/data/documen7.cxx
index cb3ba0536111..864a77b757b6 100644
--- a/sc/source/core/data/documen7.cxx
+++ b/sc/source/core/data/documen7.cxx
@@ -595,7 +595,7 @@ void ScDocument::TrackFormulas( sal_uLong nHintId )
if ( pFormulaTrack )
{
// outside the loop, check if any sheet has a "calculate" event script
- bool bCalcEvent = HasAnySheetEventScript( SC_SHEETEVENT_CALCULATE, true );
+ bool bCalcEvent = HasAnySheetEventScript( ScSheetEventId::CALCULATE, true );
ScFormulaCell* pTrack;
ScFormulaCell* pNext;
pTrack = pFormulaTrack;