diff options
Diffstat (limited to 'sw')
-rw-r--r-- | sw/source/uibase/misc/swruler.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sw/source/uibase/misc/swruler.cxx b/sw/source/uibase/misc/swruler.cxx index 1e1fdea90dc3..6e635be84eae 100644 --- a/sw/source/uibase/misc/swruler.cxx +++ b/sw/source/uibase/misc/swruler.cxx @@ -60,9 +60,9 @@ void SwCommentRuler::dispose() SvxRuler::dispose(); } -void SwCommentRuler::Paint( vcl::RenderContext& /*rRenderContext*/, const Rectangle& rRect ) +void SwCommentRuler::Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect) { - SvxRuler::Paint( rRect ); + SvxRuler::Paint(rRenderContext, rRect); // Don't draw if there is not any note if ( mpViewShell->GetPostItMgr() && mpViewShell->GetPostItMgr()->HasNotes() ) |