summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview3.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-12-20 13:54:09 +0000
committerCaolán McNamara <caolanm@redhat.com>2010-12-20 13:54:09 +0000
commit7a1f4f803c56b207fa44d9848d9ce170fede19f1 (patch)
treeff6707fba7f8302b4aa160af72fdbcea4cf73c35 /sc/source/ui/view/tabview3.cxx
parente661ad039be1a273f382ce361d4aebef72cea28d (diff)
WaE: unused variable
Diffstat (limited to 'sc/source/ui/view/tabview3.cxx')
-rw-r--r--sc/source/ui/view/tabview3.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx
index 1f21e8a9679a..3858c9b2e2a0 100644
--- a/sc/source/ui/view/tabview3.cxx
+++ b/sc/source/ui/view/tabview3.cxx
@@ -975,7 +975,6 @@ void ScTabView::MoveCursorRel( SCsCOL nMovX, SCsROW nMovY, ScFollowMode eMode,
nCurY = (nMovY != 0) ? nOldY+nMovY : (SCsROW) aViewData.GetOldCurY();
}
- BOOL bSkipCell = FALSE;
aViewData.ResetOldCursor();
if (nMovX != 0 && VALIDCOLROW(nCurX,nCurY))