summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools/FValue.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/commontools/FValue.cxx')
-rw-r--r--connectivity/source/commontools/FValue.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/commontools/FValue.cxx b/connectivity/source/commontools/FValue.cxx
index b12170775213..a33fdbebea6f 100644
--- a/connectivity/source/commontools/FValue.cxx
+++ b/connectivity/source/commontools/FValue.cxx
@@ -1033,7 +1033,7 @@ bool ORowSetValue::getBool() const
break;
}
}
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case DataType::DECIMAL:
case DataType::NUMERIC:
@@ -1931,7 +1931,7 @@ css::util::Date ORowSetValue::getDate() const
case DataType::OBJECT:
default:
OSL_ENSURE( false, "ORowSetValue::getDate: cannot retrieve the data!" );
- SAL_FALLTHROUGH;
+ [[fallthrough]];
case DataType::BINARY:
case DataType::VARBINARY: