diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-11-10 23:26:25 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-11-11 09:12:42 +0000 |
commit | 0a0bb28487915e02bfa183efe9f169f5a3ed2ba3 (patch) | |
tree | 727b3ecda6b659d4ed080d83ecd84638d98d8aca /vcl/source | |
parent | 896ac21a92d7617f2a1795ce7df3612493e12ba0 (diff) |
vcl: fdo#39468 - remove useless German comment
Change-Id: I8ba5a05fa310de32311afe6d49fe26045dc63e95
Reviewed-on: https://gerrit.libreoffice.org/12341
Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/window/window.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index e0c2bc6c01bc..6905e2cd7081 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 |