[Libreoffice-commits] .: sc/source
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Thu Feb 10 07:36:10 PST 2011
sc/source/ui/view/tabview2.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit 8bc80cba9c0aa8091794f3176c91a4c7f03fa439
Author: Thomas Arnhold <thomas at arnhold.org>
Date: Thu Feb 10 15:12:15 2011 +0100
WaE: Remove unused variables
diff --git a/sc/source/ui/view/tabview2.cxx b/sc/source/ui/view/tabview2.cxx
index df01968..f445a6f 100644
--- a/sc/source/ui/view/tabview2.cxx
+++ b/sc/source/ui/view/tabview2.cxx
@@ -854,7 +854,6 @@ void ScTabView::UpdateAllOverlays()
void ScTabView::PaintBlock( BOOL bReset )
{
- ScDocument* pDoc = aViewData.GetDocument();
ScMarkData& rMark = aViewData.GetMarkData();
SCTAB nTab = aViewData.GetTabNo();
BOOL bMark = rMark.IsMarked();
@@ -894,7 +893,6 @@ void ScTabView::PaintBlock( BOOL bReset )
// Invertieren beim Loeschen nur auf aktiver View
if ( aViewData.IsActive() )
{
- USHORT i;
if ( bMulti )
{
rMark.ResetMark();
More information about the Libreoffice-commits
mailing list