From 32bb82fefdbc026f174f9d5b4ed745df417e82f1 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Fri, 21 Jan 2005 15:34:25 +0000 Subject: INTEGRATION: CWS impress23 (1.2.8); FILE MERGED 2005/01/07 16:01:06 dbo 1.2.8.1: #i39053# avoid that VCL paints any background Issue number: Submitted by: Reviewed by: --- sd/source/ui/slideshow/showwin.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'sd/source/ui/slideshow/showwin.cxx') diff --git a/sd/source/ui/slideshow/showwin.cxx b/sd/source/ui/slideshow/showwin.cxx index a161b3fd4f9e..cef4fbfbdcfd 100644 --- a/sd/source/ui/slideshow/showwin.cxx +++ b/sd/source/ui/slideshow/showwin.cxx @@ -2,9 +2,9 @@ * * $RCSfile: showwin.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2004-11-26 20:20:03 $ + * last change: $Author: kz $ $Date: 2005-01-21 16:34:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -117,6 +117,7 @@ ShowWindow::ShowWindow( ::Window* pParent ) maShowBackground = Wallpaper( Color( COL_BLACK ) ); // SetBackground( Wallpaper( Color( COL_BLACK ) ) ); + SetBackground(); // avoids that VCL paints any background! GetParent()->Show(); } -- cgit