coverity#705259 Missing break in switch

Change-Id: Ib9199750db79f9d7eb964709649fdd357d36ba0e
This commit is contained in:
Caolán McNamara
2014-05-26 09:36:41 +01:00
parent 83f760d566
commit 4e0b45d275

View File

@@ -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: