diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2014-02-10 19:49:41 +1100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-02-10 16:42:55 +0000 |
commit | 6551fe2d93ed1deeecfa1de7306d5950b4453712 (patch) | |
tree | 896742d720e2dffba9b1afc2e4ce500d7e79b27e /vcl | |
parent | 9c9a9708dd6115f9619cf66daa99f2470a8f9d4e (diff) |
fdo#39468 translated German comment in outdev.cxx
German comment about clipping backup translated in function
OutputDevice::ImplInitClipRegion().
Change-Id: I55c3b5899ae36a2e25204fd054b80bd786b17e91
Reviewed-on: https://gerrit.libreoffice.org/7966
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/gdi/outdev.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/gdi/outdev.cxx b/vcl/source/gdi/outdev.cxx index dd7f733bca79..485ebb2a91a8 100644 --- a/vcl/source/gdi/outdev.cxx +++ b/vcl/source/gdi/outdev.cxx @@ -895,7 +895,7 @@ void OutputDevice::ImplInitClipRegion() Window* pWindow = (Window*)this; Region aRegion; - // Hintergrund-Sicherung zuruecksetzen + // Put back backed up background if ( pWindow->mpWindowImpl->mpFrameData->mpFirstBackWin ) pWindow->ImplInvalidateAllOverlapBackgrounds(); if ( pWindow->mpWindowImpl->mbInPaint ) |