From 607582291eaad26a18b1df6f7aea434b391d548c Mon Sep 17 00:00:00 2001 From: Tomaž Vajngerl Date: Wed, 13 May 2015 21:07:25 +0900 Subject: refactor "basctl" classes to use RenderContext Change-Id: I6eb54af9f793c614c823123c6f16a3dc4f3a0c0b --- basctl/source/basicide/baside2.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'basctl/source/basicide/baside2.hxx') diff --git a/basctl/source/basicide/baside2.hxx b/basctl/source/basicide/baside2.hxx index d71ae5a07653..326c621ea53d 100644 --- a/basctl/source/basicide/baside2.hxx +++ b/basctl/source/basicide/baside2.hxx @@ -177,9 +177,9 @@ private: void setBackgroundColor(Color aColor); protected: - virtual void Paint( vcl::RenderContext& rRenderContext, const Rectangle& ) SAL_OVERRIDE; + virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle&) SAL_OVERRIDE; BreakPoint* FindBreakPoint( const Point& rMousePos ); - void ShowMarker( bool bShow ); + void ShowMarker(vcl::RenderContext& rRenderContext); virtual void MouseButtonDown( const MouseEvent& rMEvt ) SAL_OVERRIDE; virtual void Command( const CommandEvent& rCEvt ) SAL_OVERRIDE; -- cgit