summaryrefslogtreecommitdiff
path: root/sw/source/core/bastyp/calc.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/core/bastyp/calc.cxx')
-rw-r--r--sw/source/core/bastyp/calc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/source/core/bastyp/calc.cxx b/sw/source/core/bastyp/calc.cxx
index f9665474a1a7..d678e0b87965 100644
--- a/sw/source/core/bastyp/calc.cxx
+++ b/sw/source/core/bastyp/calc.cxx
@@ -703,7 +703,7 @@ SwCalcOper SwCalc::GetToken()
m_eCurrOper = m_eCurrListOper;
break;
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case '\n':
m_eCurrOper = CALC_PRINT;
break;