From 6551fe2d93ed1deeecfa1de7306d5950b4453712 Mon Sep 17 00:00:00 2001 From: Chris Sherlock Date: Mon, 10 Feb 2014 19:49:41 +1100 Subject: fdo#39468 translated German comment in outdev.cxx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Tested-by: Caolán McNamara --- vcl/source/gdi/outdev.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vcl') 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 ) -- cgit