summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@gmail.com>2012-04-03 13:53:15 -0400
committerKohei Yoshida <kohei.yoshida@gmail.com>2012-04-03 13:53:40 -0400
commite7e882715872303dc8feabc899ceab572d1c2337 (patch)
tree76281f4915d84d6a6556ce2a96b9f6e371b6e48a /editeng
parent9b9f70737e5133c8aa5a95fd2e49a0f9a5e091e6 (diff)
Unused local variables.
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/impedit.cxx2
1 files changed, 0 insertions, 2 deletions
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() )