coverity#738802 Uninitialized scalar field
Change-Id: If4951e6c02b026aaad20c83d08fd4917af03e701
This commit is contained in:
@@ -119,6 +119,7 @@ void ScTransferObj::PaintToDev( OutputDevice* pDev, ScDocument* pDoc, double nPr
|
|||||||
|
|
||||||
ScTransferObj::ScTransferObj( ScDocument* pClipDoc, const TransferableObjectDescriptor& rDesc ) :
|
ScTransferObj::ScTransferObj( ScDocument* pClipDoc, const TransferableObjectDescriptor& rDesc ) :
|
||||||
pDoc( pClipDoc ),
|
pDoc( pClipDoc ),
|
||||||
|
nNonFiltered(0),
|
||||||
aObjDesc( rDesc ),
|
aObjDesc( rDesc ),
|
||||||
nDragHandleX( 0 ),
|
nDragHandleX( 0 ),
|
||||||
nDragHandleY( 0 ),
|
nDragHandleY( 0 ),
|
||||||
|
Reference in New Issue
Block a user