[Libreoffice] [PUSHED] [PATCH] Remove commented variable

Thomas Arnhold thomas at arnhold.org
Thu Feb 24 11:03:11 PST 2011


Thanks, pushed this, too :)

Thomas

On 02/23/2011 11:11 PM, Michael Lefevre wrote:
> 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();



More information about the LibreOffice mailing list