From a420aa90a8ca2c2bf7cc10068d68ae82b946ac6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Wed, 9 Apr 2014 16:08:48 +0100 Subject: [PATCH] coverity#708111 Uninitialized scalar field Change-Id: I937d83e8c219bb1b672ec0b8b40204d9b20c8317 --- sc/source/ui/view/viewdata.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx index bf23d9a3f77b..a619eb9cc51a 100644 --- a/sc/source/ui/view/viewdata.cxx +++ b/sc/source/ui/view/viewdata.cxx @@ -89,6 +89,8 @@ ScViewDataTable::ScViewDataTable() : nFixPosY( 0 ), nCurX( 0 ), nCurY( 0 ), + nOldCurX( 0 ), + nOldCurY( 0 ), bShowGrid( true ), mbOldCursorValid( false ) {