summaryrefslogtreecommitdiff
path: root/svx/source/sidebar/line/LineWidthControl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/sidebar/line/LineWidthControl.cxx')
-rw-r--r--svx/source/sidebar/line/LineWidthControl.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/sidebar/line/LineWidthControl.cxx b/svx/source/sidebar/line/LineWidthControl.cxx
index 35b2cf54c6f5..b4bf1af137ba 100644
--- a/svx/source/sidebar/line/LineWidthControl.cxx
+++ b/svx/source/sidebar/line/LineWidthControl.cxx
@@ -79,9 +79,9 @@ void LineWidthControl::dispose()
-void LineWidthControl::Paint(vcl::RenderContext& /*rRenderContext*/, const Rectangle& rect)
+void LineWidthControl::Paint(vcl::RenderContext& rRenderContext, const Rectangle& rect)
{
- svx::sidebar::PopupControl::Paint(rect);
+ svx::sidebar::PopupControl::Paint(rRenderContext, rect);
Color aOldLineColor = GetLineColor();
Color aOldFillColor = GetFillColor();