summaryrefslogtreecommitdiff
path: root/editeng/source
diff options
context:
space:
mode:
Diffstat (limited to 'editeng/source')
-rw-r--r--editeng/source/outliner/outliner.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/editeng/source/outliner/outliner.cxx b/editeng/source/outliner/outliner.cxx
index 53fda5c1171c..7b259959ea04 100644
--- a/editeng/source/outliner/outliner.cxx
+++ b/editeng/source/outliner/outliner.cxx
@@ -1092,7 +1092,7 @@ void Outliner::InvalidateBullet(sal_Int32 nPara)
aRect.SetBottom( aPos.Y() );
aRect.AdjustBottom(nLineHeight );
- pView->GetWindow()->Invalidate( aRect );
+ pView->pEditView->InvalidateWindow(aRect);
}
}