INTEGRATION: CWS aw033 (1.37.24); FILE MERGED

2008/07/10 12:56:28 aw 1.37.24.1: #i39532# XOutputDevice removed, PrepareDelete removed
This commit is contained in:
Vladimir Glazounov
2008-08-19 23:21:47 +00:00
parent c4bc3fb724
commit 885f49caff

View File

@@ -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