summaryrefslogtreecommitdiff
path: root/formula/source/core/api/FormulaCompiler.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'formula/source/core/api/FormulaCompiler.cxx')
-rw-r--r--formula/source/core/api/FormulaCompiler.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/formula/source/core/api/FormulaCompiler.cxx b/formula/source/core/api/FormulaCompiler.cxx
index e98d34a549e1..da1769d13b17 100644
--- a/formula/source/core/api/FormulaCompiler.cxx
+++ b/formula/source/core/api/FormulaCompiler.cxx
@@ -646,7 +646,7 @@ void FormulaCompiler::OpCodeMap::putOpCode( const OUString & rStr, const OpCode
case ocGetDiffDate360:
if (rStr == mpTable[eOp])
return;
- SAL_FALLTHROUGH;
+ [[fallthrough]];
// These OpCodes are known to be added to an existing mapping,
// but only for the OOXML external API mapping. This is *not*
// FormulaLanguage::OOXML. Keep the first
@@ -664,7 +664,7 @@ void FormulaCompiler::OpCodeMap::putOpCode( const OUString & rStr, const OpCode
// Both bPutOp and bRemoveFromMap stay false.
break;
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
default:
SAL_WARN("formula.core",
"OpCodeMap::putOpCode: reusing OpCode " << static_cast<sal_uInt16>(eOp)