summaryrefslogtreecommitdiffstats
path: root/forms/source/xforms/model.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'forms/source/xforms/model.cxx')
-rw-r--r--forms/source/xforms/model.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/source/xforms/model.cxx b/forms/source/xforms/model.cxx
index f0051df277ba..4028996e41c3 100644
--- a/forms/source/xforms/model.cxx
+++ b/forms/source/xforms/model.cxx
@@ -302,7 +302,7 @@ bool Model::setSimpleContent( const XNode_t& xConstNode,
OSL_ENSURE( xNode.is() &&
xNode->getNodeType() == NodeType_TEXT_NODE,
"text node creation failed?" );
- SAL_FALLTHROUGH; // continue as with text node:
+ [[fallthrough]]; // continue as with text node:
}
case NodeType_TEXT_NODE: