summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-05-12 12:22:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-05-12 12:22:16 +0100
commit92c4c76f55049ed888fa9b4c2fba6b88f18e4cc5 (patch)
tree79b36aad974cc279b266d0dd79bf1c4aa299c09e /connectivity
parenteacea16a6ca4c6b38c28de1aa1dec884f48042d9 (diff)
fall-through->SAL_FALLTHROUGH
Change-Id: I91ed1614162f3b7de13a0fe4ce1af689dce21510
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/parse/sqlnode.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/parse/sqlnode.cxx b/connectivity/source/parse/sqlnode.cxx
index 955cf2db0bee..bf8879966fb2 100644
--- a/connectivity/source/parse/sqlnode.cxx
+++ b/connectivity/source/parse/sqlnode.cxx
@@ -1966,7 +1966,7 @@ void OSQLParseNode::negateSearchCondition(OSQLParseNode*& pSearchCondition, bool
{
default:
assert(false && "OSQLParseNode::negateSearchCondition: unexpected node type!");
- // fall-through
+ SAL_FALLTHROUGH;
case SQLNodeType::Equal:
pNewComparison = new OSQLParseNode(OUString("<>"),SQLNodeType::NotEqual,SQL_NOTEQUAL);
break;