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

coverity#1213144 Missing break in switch

Change-Id: If42a7aabd34a18c23e6f22b1912242f723d9d9a8
üst 7704d6f7
......@@ -3687,6 +3687,7 @@ void SwHTMLParser::BuildTableCell( HTMLTable *pCurTable, bool bReadOptions,
break;
case SVX_ADJUST_LEFT:
eSurround = SURROUND_RIGHT;
//fall-through
default:
eHori = text::HoriOrientation::LEFT;
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