diff options
author | László Németh <laszlo.nemeth@collabora.com> | 2015-06-19 20:58:34 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2015-06-20 09:27:43 +0000 |
commit | 4715513dcbc15c4f32c158abb4997c94b7a30f34 (patch) | |
tree | 5de797918ccfc9833194902fc3910d6c29aa9842 /svx | |
parent | cc78917935f976ec243a0cd47418d05c9254ee76 (diff) |
fix tabpage rendering
Change-Id: I2448787c306a8a4ba531c0560e0435fefadb4dc8
Reviewed-on: https://gerrit.libreoffice.org/16379
Reviewed-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Tested-by: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/paraprev.cxx | 2 |
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; } |