summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-06-05 10:04:50 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-06-05 13:35:51 +0100
commit65f1fcce567fbeb7be78421f40f9be9f1f576fd6 (patch)
tree721b5be74b227501fe6e6a8ba592aa02062b15b8 /dbaccess
parentb370077f779ba966372e4f94eb1cf9cf8f8f8087 (diff)
coverity#705146 Missing break in switch, assuming its intentional
Change-Id: I09a2cacc3aa18796c06a1f1cc9315b3628865621
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
index 26a156dc2fe3..5d76c2110925 100644
--- a/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
+++ b/dbaccess/source/ui/querydesign/SelectionBrowseBox.cxx
@@ -2010,6 +2010,7 @@ void OSelectionBrowseBox::Command(const CommandEvent& rEvt)
return;
}
}
+ //fall-through
default:
EditBrowseBox::Command(rEvt);
}