[Libreoffice-commits] core.git: vcl/source
Chris Sherlock
chris.sherlock79 at gmail.com
Mon Feb 10 08:43:20 PST 2014
vcl/source/gdi/outdev.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6551fe2d93ed1deeecfa1de7306d5950b4453712
Author: Chris Sherlock <chris.sherlock79 at gmail.com>
Date: Mon Feb 10 19:49:41 2014 +1100
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 at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/source/gdi/outdev.cxx b/vcl/source/gdi/outdev.cxx
index dd7f733..485ebb2 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 )
More information about the Libreoffice-commits
mailing list