[Libreoffice] [PATCH] Remove commented variable

Michael Lefevre lefevre00 at yahoo.fr
Wed Feb 23 14:11:32 PST 2011


Still code cleaning.
---
 sc/source/ui/view/gridwin.cxx |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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();
-- 
1.7.1



More information about the LibreOffice mailing list