summaryrefslogtreecommitdiff
path: root/svx/source/dialog/paraprev.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/dialog/paraprev.cxx')
-rw-r--r--svx/source/dialog/paraprev.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/dialog/paraprev.cxx b/svx/source/dialog/paraprev.cxx
index 188e1972e014..e68f61fa50a0 100644
--- a/svx/source/dialog/paraprev.cxx
+++ b/svx/source/dialog/paraprev.cxx
@@ -204,7 +204,7 @@ void SvxParaPrevWindow::DrawParagraph(vcl::RenderContext& rRenderContext, bool b
rRenderContext.DrawRect(Lines[i]);
rRenderContext.SetFillColor(aFillCol);
}
- DrawRect( aRect );
+ rRenderContext.DrawRect( aRect );
Lines[i] = aRect;
}