summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-26 09:36:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-26 10:18:25 +0100
commit4e0b45d2756bd11a99f97d9b3676d814c8692e5e (patch)
tree6d655249e3cb056f1921327c3a0476dccf1645ed
parentcoverity#705258 Missing break in switch (diff)
downloadcore-4e0b45d2756bd11a99f97d9b3676d814c8692e5e.tar.gz
core-4e0b45d2756bd11a99f97d9b3676d814c8692e5e.zip
coverity#705259 Missing break in switch
Change-Id: Ib9199750db79f9d7eb964709649fdd357d36ba0e
-rw-r--r--svx/source/fmcomp/gridcell.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/fmcomp/gridcell.cxx b/svx/source/fmcomp/gridcell.cxx
index 158d460aeeac..fa7dcc34bbe5 100644
--- a/svx/source/fmcomp/gridcell.cxx
+++ b/svx/source/fmcomp/gridcell.cxx
@@ -156,7 +156,7 @@ void DbGridColumn::CreateControl(sal_Int32 _nFieldPos, const Reference< ::com::s
case DataType::TIME:
case DataType::TIMESTAMP:
m_bDateTime = true;
-
+ //fall-through
case DataType::BIT:
case DataType::BOOLEAN:
case DataType::TINYINT: