[Libreoffice-commits] .: editeng/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Tue Apr 3 10:57:43 PDT 2012
editeng/source/editeng/impedit.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit e7e882715872303dc8feabc899ceab572d1c2337
Author: Kohei Yoshida <kohei.yoshida at gmail.com>
Date: Tue Apr 3 13:53:15 2012 -0400
Unused local variables.
diff --git a/editeng/source/editeng/impedit.cxx b/editeng/source/editeng/impedit.cxx
index b01c830..d3268ce 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() )
More information about the Libreoffice-commits
mailing list