summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorLászló Németh <laszlo.nemeth@collabora.com>2015-06-19 20:58:34 +0200
committerAndras Timar <andras.timar@collabora.com>2015-08-06 12:23:33 +0200
commit164ed789c0c7b0de37fa62da39569702b7e1217b (patch)
tree0b1f77efcd257c666b5f058c88721b20b51fab4b /svx
parent6b15c389120729ce4b24269bd7f76784c1c23afd (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.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;
}