summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-02-11 13:08:08 +0200
committerNoel Grandin <noel@peralex.com>2014-02-12 08:59:04 +0200
commit878748d82dbad62781f0c81618781262fe0a149a (patch)
treef41f82f89aecd7efc14fd7a32d70772bef0deaab /dbaccess
parentd91226da029b1707b794c2326321aab29bc95446 (diff)
coverity#705142 missing break in switch
Change-Id: I32a819a5689f0818866d6920b1ad86328e8e97e3
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/source/ui/control/FieldDescControl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbaccess/source/ui/control/FieldDescControl.cxx b/dbaccess/source/ui/control/FieldDescControl.cxx
index 9ffdf70cf498..5dfcc96ac919 100644
--- a/dbaccess/source/ui/control/FieldDescControl.cxx
+++ b/dbaccess/source/ui/control/FieldDescControl.cxx
@@ -524,6 +524,7 @@ OUString OFieldDescControl::GetControlText( sal_uInt16 nControlId )
case FIELD_PROPERTY_COLUMNNAME:
if(m_pColumnName)
return m_pColumnName->GetText();
+ break;
case FIELD_PROPERTY_TYPE:
if(m_pType)
return m_pType->GetSelectEntry();