summaryrefslogtreecommitdiff
path: root/sd/source/core/CustomAnimationCloner.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/source/core/CustomAnimationCloner.cxx')
-rw-r--r--sd/source/core/CustomAnimationCloner.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/CustomAnimationCloner.cxx b/sd/source/core/CustomAnimationCloner.cxx
index 7a3cd8238421..1393e8497ce5 100644
--- a/sd/source/core/CustomAnimationCloner.cxx
+++ b/sd/source/core/CustomAnimationCloner.cxx
@@ -143,7 +143,7 @@ namespace sd
{
Reference< XIterateContainer > xIter( xNode, UNO_QUERY_THROW );
xIter->setTarget( transformValue( xIter->getTarget() ) );
- SAL_FALLTHROUGH;
+ [[fallthrough]];
}
case AnimationNodeType::PAR:
case AnimationNodeType::SEQ: