summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-01-28 15:12:43 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-01-28 15:19:33 +0000
commitd786af6820175e10323a4662b8b68e9510c80b80 (patch)
tree8f7e50909cb6701674d7b20a057961a224a1c3ed /dbaccess
parentfcf996f893ffd955ed56ea71e2ad7cf0194bb505 (diff)
coverity#705141 Missing break in switch
Change-Id: I9b94f1056fa62b2c0c609f6d448e1750bb0e9ce5
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/core/api/TableDeco.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/core/api/TableDeco.cxx b/dbaccess/source/core/api/TableDeco.cxx
index 9d94317fb54c..8f9ae648324a 100644
--- a/dbaccess/source/core/api/TableDeco.cxx
+++ b/dbaccess/source/core/api/TableDeco.cxx
@@ -171,6 +171,7 @@ void ODBTableDecorator::setFastPropertyValue_NoBroadcast(sal_Int32 _nHandle, con
{
case PROPERTY_ID_PRIVILEGES:
SAL_WARN("dbaccess", "Property is readonly!");
+ /* Fall through */
case PROPERTY_ID_FILTER:
case PROPERTY_ID_ORDER:
case PROPERTY_ID_APPLYFILTER: