summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-05-07 10:54:28 +0200
committerNoel Grandin <noel@peralex.com>2015-05-07 10:57:46 +0200
commit12b0e654d1f508508921863c6f8b4eb2c65e6c1d (patch)
tree9a9a3ac36682bb7aafd86670b8bf72bd9e70b625
parent1275a450c10d581e453f0d822d9d77b5bdf07d68 (diff)
revert part of "new clang plugin: rendercontext"
committed in error Change-Id: I768b9683dd4dd997b3728c53054043aea0e88040
-rw-r--r--include/vcl/window.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 68711110ac42..3209906ff085 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -705,6 +705,7 @@ 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();