[Libreoffice-commits] .: sc/source
Caolán McNamara
caolan at kemper.freedesktop.org
Mon Dec 20 05:54:32 PST 2010
sc/source/ui/view/tabview3.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 2408746de4279186f574a2b54ed2aad19b5c9386
Author: Caolán McNamara <caolanm at redhat.com>
Date: Mon Dec 20 13:54:09 2010 +0000
WaE: unused variable
diff --git a/sc/source/ui/view/tabview3.cxx b/sc/source/ui/view/tabview3.cxx
index 9ba95e0..d33a16a 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))
More information about the Libreoffice-commits
mailing list