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;
|
break;
|
||||||
case PEN_DASHDOT :
|
case PEN_DASHDOT :
|
||||||
nDashCount++;
|
nDashCount++;
|
||||||
|
//fall-through
|
||||||
case PEN_DOT :
|
case PEN_DOT :
|
||||||
nDotCount++;
|
nDotCount++;
|
||||||
nDashCount--;
|
nDashCount--;
|
||||||
|
//fall-through
|
||||||
case PEN_DASH :
|
case PEN_DASH :
|
||||||
nDashCount++;
|
nDashCount++;
|
||||||
aLineInfo.SetDotCount( nDotCount );
|
aLineInfo.SetDotCount( nDotCount );
|
||||||
|
Reference in New Issue
Block a user