From 885f49caffb05eb9c73cb15d4b759056ca91fa87 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 19 Aug 2008 23:21:47 +0000 Subject: [PATCH] INTEGRATION: CWS aw033 (1.37.24); FILE MERGED 2008/07/10 12:56:28 aw 1.37.24.1: #i39532# XOutputDevice removed, PrepareDelete removed --- sd/source/ui/view/sdwindow.cxx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/sd/source/ui/view/sdwindow.cxx b/sd/source/ui/view/sdwindow.cxx index 53e2868cfacf..e799d46342e5 100644 --- a/sd/source/ui/view/sdwindow.cxx +++ b/sd/source/ui/view/sdwindow.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: sdwindow.cxx,v $ - * $Revision: 1.37 $ + * $Revision: 1.38 $ * * This file is part of OpenOffice.org. * @@ -287,6 +287,18 @@ void Window::Resize() CalcMinZoom(); } +/************************************************************************* +|* +|* PrePaint event +|* +\************************************************************************/ + +void Window::PrePaint() +{ + if ( mpViewShell ) + mpViewShell->PrePaint(); +} + /************************************************************************* |* |* Paint event