[Libreoffice-commits] .: sc/source
Thomas Arnhold
tarnhold at kemper.freedesktop.org
Thu Feb 24 11:04:36 PST 2011
sc/source/ui/view/gridwin.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit 231e9e3a6746f8e80316b85d77c6e972aef6b1b5
Author: Michael Lefevre <lefevre00 at yahoo.fr>
Date: Wed Feb 23 23:11:32 2011 +0100
Remove commented variable
Still code cleaning.
diff --git a/sc/source/ui/view/gridwin.cxx b/sc/source/ui/view/gridwin.cxx
index 1255eb3..f514fe6 100644
--- a/sc/source/ui/view/gridwin.cxx
+++ b/sc/source/ui/view/gridwin.cxx
@@ -4399,7 +4399,6 @@ void ScGridWindow::UpdateFormulas()
Point aScrPos = pViewData->GetScrPos( nX1, nY1, eWhich );
long nMirrorWidth = GetSizePixel().Width();
BOOL bLayoutRTL = pDoc->IsLayoutRTL( nTab );
- // unused variable long nLayoutSign = bLayoutRTL ? -1 : 1;
if ( bLayoutRTL )
{
long nEndPixel = pViewData->GetScrPos( nX2+1, nPosY, eWhich ).X();
More information about the Libreoffice-commits
mailing list