summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewdata.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-04-09 16:08:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-04-09 16:08:48 +0100
commita420aa90a8ca2c2bf7cc10068d68ae82b946ac6c (patch)
treebb694ddc30a1f365f6a8147111b9b0f167e6e091 /sc/source/ui/view/viewdata.cxx
parent500532cdc12689a3eb29d56a3c96515d6a152ab3 (diff)
coverity#708111 Uninitialized scalar field
Change-Id: I937d83e8c219bb1b672ec0b8b40204d9b20c8317
Diffstat (limited to 'sc/source/ui/view/viewdata.cxx')
-rw-r--r--sc/source/ui/view/viewdata.cxx2
1 files changed, 2 insertions, 0 deletions
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 )
{