From 0825b020caa0d802a0d76d9a7643daedbf9874e6 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 7 May 2015 10:00:46 +0200 Subject: new clang plugin: rendercontext to help with converting calls to OutputDevice to pass via vcl::RenderContext. Change-Id: I4b49d2f5e4afca46898d2a7c7ed33cbf5577e664 --- include/vcl/window.hxx | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx index 3209906ff085..68711110ac42 100644 --- a/include/vcl/window.hxx +++ b/include/vcl/window.hxx @@ -705,7 +705,6 @@ public: virtual void PrePaint(); virtual void Paint(vcl::RenderContext& rRenderContext, const Rectangle& rRect); virtual void Erase() SAL_OVERRIDE; - virtual void Erase( const Rectangle& rRect ) SAL_OVERRIDE { ::OutputDevice::Erase( rRect ); } virtual void Draw( ::OutputDevice* pDev, const Point& rPos, const Size& rSize, sal_uLong nFlags ); virtual void Move(); -- cgit