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

Chris Sherlock chris.sherlock79 at gmail.com
Tue Nov 11 01:14:36 PST 2014


 vcl/source/window/window.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 0a0bb28487915e02bfa183efe9f169f5a3ed2ba3
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date:   Mon Nov 10 23:26:25 2014 +1100

    vcl: fdo#39468 - remove useless German comment
    
    Change-Id: I8ba5a05fa310de32311afe6d49fe26045dc63e95
    Reviewed-on: https://gerrit.libreoffice.org/12341
    Reviewed-by: Chris Sherlock <chris.sherlock79 at gmail.com>
    Tested-by: Chris Sherlock <chris.sherlock79 at gmail.com>

diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index e0c2bc6..6905e2c 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -1224,7 +1224,6 @@ void Window::drawFrameDev( const Point& rPt, const Point& rDevPt, const Size& rD
             return;
     }
 
-    // ClipRegion zuruecksetzen
     if ( rRegion.IsNull() )
         mpGraphics->ResetClipRegion();
     else


More information about the Libreoffice-commits mailing list