coverity#707858 Uninitialized scalar field
Change-Id: I098842dcf6bbee41d3ef9d2b17bcb94e2cc65bf6
This commit is contained in:
@@ -1642,7 +1642,8 @@ SVGActionWriter::SVGActionWriter( SVGExport& rExport, SVGFontExport& rFontExport
|
|||||||
mpContext( NULL ),
|
mpContext( NULL ),
|
||||||
maTextWriter( rExport ),
|
maTextWriter( rExport ),
|
||||||
mnInnerMtfCount( 0 ),
|
mnInnerMtfCount( 0 ),
|
||||||
mbClipAttrChanged( false )
|
mbClipAttrChanged( false ),
|
||||||
|
mbIsPlacehlolderShape( false )
|
||||||
{
|
{
|
||||||
mpVDev = new VirtualDevice;
|
mpVDev = new VirtualDevice;
|
||||||
mpVDev->EnableOutput( false );
|
mpVDev->EnableOutput( false );
|
||||||
|
@@ -317,9 +317,6 @@ private:
|
|||||||
VirtualDevice* mpVDev;
|
VirtualDevice* mpVDev;
|
||||||
MapMode maTargetMapMode;
|
MapMode maTargetMapMode;
|
||||||
sal_uInt32 mnInnerMtfCount;
|
sal_uInt32 mnInnerMtfCount;
|
||||||
bool mbDestroyVDev;
|
|
||||||
bool mbPaintAttrChanged;
|
|
||||||
bool mbFontAttrChanged;
|
|
||||||
bool mbClipAttrChanged;
|
bool mbClipAttrChanged;
|
||||||
bool mbIsPlacehlolderShape;
|
bool mbIsPlacehlolderShape;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user