Kaydet (Commit) 4e0b45d2 authored tarafından Caolán McNamara's avatar Caolán McNamara

coverity#705259 Missing break in switch

Change-Id: Ib9199750db79f9d7eb964709649fdd357d36ba0e
üst 83f760d5
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment