Kaydet (Commit) 7724fb35 authored tarafından Noel Grandin's avatar Noel Grandin

cid#705260 missing break in switch

Change-Id: I4191520694105e16c1fa5d6cc6af3dd7225f3f5f
üst 124e69df
......@@ -1473,6 +1473,7 @@ void DbFormattedField::Init( Window& rParent, const Reference< XRowSet >& xCurso
((FormattedField*)m_pPainter)->SetDefaultText(sDefault);
}
}
break;
default:
OSL_FAIL( "DbFormattedField::Init: unexpected value type!" );
break;
......
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