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

coverity#705329 Missing break in switch

Change-Id: I3718c2960dc0a7f760c3c7749417c1e497b7e04e
üst d5462244
......@@ -5285,6 +5285,7 @@ bool PDFWriterImpl::emitWidgetAnnotations()
else
appendName( rWidget.m_aValue, aValue );
}
// fall-through
case PDFWriter::PushButton:
aLine.append( "Btn" );
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