coverity#738698 Uninitialized scalar field
Change-Id: I6eb0d07acb807407712aac0c09e032dcc4d62dc3
This commit is contained in:
@@ -212,6 +212,16 @@ struct SdwLineRecord
|
||||
sal_uInt8 nLineEnd;
|
||||
sal_uInt8 nLineStyle;
|
||||
SdwColor aPenColor;
|
||||
SdwLineRecord()
|
||||
: nStartX(0)
|
||||
, nStartY(0)
|
||||
, nEndX(0)
|
||||
, nEndY(0)
|
||||
, nLineWidth(0)
|
||||
, nLineEnd(0)
|
||||
, nLineStyle(0)
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
struct SdwPolyLineRecord
|
||||
|
Reference in New Issue
Block a user