coverity#705162 Missing break in switch, assuming its intentional
Change-Id: I3e0658ec26392abf5ad8de53d282b9cc35205025
This commit is contained in:
@@ -706,9 +706,11 @@ void OS2METReader::SetPen( const Color& rColor, sal_uInt16 nLineWidth, PenStyle
|
||||
break;
|
||||
case PEN_DASHDOT :
|
||||
nDashCount++;
|
||||
//fall-through
|
||||
case PEN_DOT :
|
||||
nDotCount++;
|
||||
nDashCount--;
|
||||
//fall-through
|
||||
case PEN_DASH :
|
||||
nDashCount++;
|
||||
aLineInfo.SetDotCount( nDotCount );
|
||||
|
Reference in New Issue
Block a user