[Libreoffice-commits] core.git: include/vcl

Noel Grandin noel at peralex.com
Thu May 7 01:58:16 PDT 2015


 include/vcl/window.hxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 12b0e654d1f508508921863c6f8b4eb2c65e6c1d
Author: Noel Grandin <noel at peralex.com>
Date:   Thu May 7 10:54:28 2015 +0200

    revert part of "new clang plugin: rendercontext"
    
    committed in error
    
    Change-Id: I768b9683dd4dd997b3728c53054043aea0e88040

diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 6871111..3209906 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();


More information about the Libreoffice-commits mailing list