diff options
author | Noel Grandin <noel@peralex.com> | 2015-05-07 10:00:46 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-05-07 10:33:51 +0200 |
commit | 0825b020caa0d802a0d76d9a7643daedbf9874e6 (patch) | |
tree | 97d94a7d133ae89f4d58542fa07eb26a65da35be /include/vcl/window.hxx | |
parent | f72e77f4086e4c22072d5815c9a6cbebc323ba8e (diff) |
new clang plugin: rendercontext
to help with converting calls to OutputDevice to pass via
vcl::RenderContext.
Change-Id: I4b49d2f5e4afca46898d2a7c7ed33cbf5577e664
Diffstat (limited to 'include/vcl/window.hxx')
-rw-r--r-- | include/vcl/window.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |