From e7e882715872303dc8feabc899ceab572d1c2337 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 3 Apr 2012 13:53:15 -0400 Subject: Unused local variables. --- editeng/source/editeng/impedit.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'editeng') diff --git a/editeng/source/editeng/impedit.cxx b/editeng/source/editeng/impedit.cxx index b01c8309ca60..d3268ce0ad5f 100644 --- a/editeng/source/editeng/impedit.cxx +++ b/editeng/source/editeng/impedit.cxx @@ -491,7 +491,6 @@ void ImpEditView::ResetOutputArea( const Rectangle& rRec ) void ImpEditView::RecalcOutputArea() { - Rectangle aOldArea( aOutArea ); Point aNewTopLeft( aOutArea.TopLeft() ); Size aNewSz( aOutArea.GetSize() ); @@ -886,7 +885,6 @@ Pair ImpEditView::Scroll( long ndX, long ndY, sal_uInt8 nRangeCheck ) #endif Rectangle aNewVisArea( GetVisDocArea() ); - Size aPaperSz( pEditEngine->pImpEditEngine->GetPaperSize() ); // Vertical: if ( !IsVertical() ) -- cgit