diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:34:25 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-01-21 15:34:25 +0000 |
commit | 32bb82fefdbc026f174f9d5b4ed745df417e82f1 (patch) | |
tree | b86829f620fab157057adb0544695032bc222f04 /sd/source/ui/slideshow/showwin.cxx | |
parent | 172ccc2d9ca4cb9032e0656b0fac900e063b1bac (diff) |
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:
Diffstat (limited to 'sd/source/ui/slideshow/showwin.cxx')
-rw-r--r-- | sd/source/ui/slideshow/showwin.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
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(); } |