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

coverity#736075 Missing break in switch, assuming its unintentional

Change-Id: Id00c93eb5b43b8dfb38ecfe4c40076b8b1a18465
üst c18f300c
...@@ -182,6 +182,7 @@ bool SwPageFtnInfoItem::PutValue(const Any& rVal, sal_uInt8 nMemberId) ...@@ -182,6 +182,7 @@ bool SwPageFtnInfoItem::PutValue(const Any& rVal, sal_uInt8 nMemberId)
else else
bRet = false; bRet = false;
} }
break;
case MID_FTN_LINE_STYLE: case MID_FTN_LINE_STYLE:
{ {
::editeng::SvxBorderStyle eStyle = table::BorderLineStyle::NONE; ::editeng::SvxBorderStyle eStyle = table::BorderLineStyle::NONE;
......
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