diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-01-25 10:21:18 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-01-25 10:27:53 +0000 |
commit | 8c8478ff36a79e58c29ebdb092ba36ebe5535fbb (patch) | |
tree | 7b50de39a4144d5109271ae23828739052638da4 /editeng/source/outliner | |
parent | 97b31c731fe79bb5c9fcd84d31c61a3b0ae76302 (diff) |
WaE: gcc 4.6.0 various warnings
Diffstat (limited to 'editeng/source/outliner')
-rw-r--r-- | editeng/source/outliner/outlvw.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editeng/source/outliner/outlvw.cxx b/editeng/source/outliner/outlvw.cxx index ab2d53c349b3..a2d4a2519d77 100644 --- a/editeng/source/outliner/outlvw.cxx +++ b/editeng/source/outliner/outlvw.cxx @@ -434,7 +434,6 @@ void OutlinerView::ImpPaintDDCursor() Point aStartPointWin, aEndPointWin; Rectangle aOutputArWin = pEditView->GetOutputArea(); - Rectangle aVisAreaRef = pEditView->GetVisArea(); if( bDDChangingDepth ) { |