[Libreoffice-commits] .: sc/source

Takeshi Abe tabe at kemper.freedesktop.org
Mon Feb 14 02:13:03 PST 2011


 sc/source/ui/view/tabview2.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 7929f9762be70c3ae923a1617aa0df51f65a0cee
Author: Takeshi Abe <tabe at fixedpoint.jp>
Date:   Thu Feb 10 23:55:12 2011 +0900

    remove an assignment for a variable unused thereafter

diff --git a/sc/source/ui/view/tabview2.cxx b/sc/source/ui/view/tabview2.cxx
index 73207ff..e51c198 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);


More information about the Libreoffice-commits mailing list