coverity#708112 Uninitialized scalar field

Change-Id: I488f784430a252326466954bf4a29f4ddd72bd83
This commit is contained in:
Caolán McNamara
2014-04-09 16:25:59 +01:00
parent 351829b239
commit c27fc13c99

View File

@@ -391,6 +391,10 @@ void ScViewUtil::SetFullScreen( SfxViewShell& rViewShell, bool bSet )
ScUpdateRect::ScUpdateRect( SCCOL nX1, SCROW nY1, SCCOL nX2, SCROW nY2 )
: nNewStartX(0)
, nNewStartY(0)
, nNewEndX(0)
, nNewEndY(0)
{
PutInOrder( nX1, nX2 );
PutInOrder( nY1, nY2 );