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

coverity#736070 Missing break in switch

Change-Id: I924d1316483883f7d1ecb145eef38833d1dc70ce
üst 5459a21f
......@@ -165,6 +165,7 @@ void wwSection::SetDirection()
{
default:
OSL_ENSURE(!this, "Unknown layout type");
//fall-through
case 0:
meDir=FRMDIR_HORI_LEFT_TOP;
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