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

coverity#736078 Missing break in switch

Change-Id: I9b47828d3aea4d84788958f56056c1b62a806b36
üst adcb33d7
...@@ -602,6 +602,7 @@ void VclButtonBox::setAllocation(const Size &rAllocation) ...@@ -602,6 +602,7 @@ void VclButtonBox::setAllocation(const Size &rAllocation)
break; break;
default: default:
SAL_WARN("vcl.layout", "todo unimplemented layout style"); SAL_WARN("vcl.layout", "todo unimplemented layout style");
//fall-through
case VCL_BUTTONBOX_DEFAULT_STYLE: case VCL_BUTTONBOX_DEFAULT_STYLE:
case VCL_BUTTONBOX_END: case VCL_BUTTONBOX_END:
if (!aReq.m_aMainGroupDimensions.empty()) if (!aReq.m_aMainGroupDimensions.empty())
......
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