diff options
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r-- | starmath/source/view.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index e3b5f6f64df2..c967936c2f5c 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -385,7 +385,7 @@ const SmNode * SmGraphicWindow::SetCursorPos(sal_uInt16 nRow, sal_uInt16 nCol) return pNode; } -void SmGraphicWindow::Paint(const Rectangle&) +void SmGraphicWindow::Paint(vcl::RenderContext& /*rRenderContext*/, const Rectangle&) { SAL_WARN_IF( !pViewShell, "starmath", "view shell missing" ); @@ -762,7 +762,7 @@ void SmCmdBoxWindow::Resize() Invalidate(); } -void SmCmdBoxWindow::Paint(const Rectangle& /*rRect*/) +void SmCmdBoxWindow::Paint(vcl::RenderContext& /*rRenderContext*/, const Rectangle& /*rRect*/) { Rectangle aRect = Rectangle(Point(0, 0), GetOutputSizePixel()); aRect.Left() += CMD_BOX_PADDING; |