summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/tabview2.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2011-02-10 23:55:12 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2011-02-14 19:10:14 +0900
commitd551aab12e8ebbeb890181fe8a44ae2553d55ef7 (patch)
tree32fa5260cd5f04544aadba7eab352fce46756ae7 /sc/source/ui/view/tabview2.cxx
parentab34122d76ae4537389d781954191d996b49659d (diff)
remove an assignment for a variable unused thereafter
Diffstat (limited to 'sc/source/ui/view/tabview2.cxx')
-rw-r--r--sc/source/ui/view/tabview2.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/ui/view/tabview2.cxx b/sc/source/ui/view/tabview2.cxx
index 0e7d8801cf6f..fe67026efcac 100644
--- a/sc/source/ui/view/tabview2.cxx
+++ b/sc/source/ui/view/tabview2.cxx
@@ -855,7 +855,6 @@ void ScTabView::PaintBlock( BOOL bReset )
rMark.SetMarking(bFlag);
bMark = rMark.IsMarked();
- bMulti = rMark.IsMultiMarked();
}
else
rMark.GetMarkArea(aMarkRange);