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

coverity#705345 Missing break in switch

Change-Id: I7ed37e384a0f3bb3863d957ac0333ddc2c7434a3
üst 27a8609b
......@@ -209,6 +209,7 @@ bool XMLUnderlineStylePropHdl::importXML( const OUString& rStrImpValue, uno::Any
case awt::FontUnderline::SINGLE:
// keep double or bold line style
eNewUnderline = eUnderline;
//fall-through
case awt::FontUnderline::DOTTED:
// The line style has priority over a double type.
if( awt::FontUnderline::BOLD == eUnderline )
......
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