diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:21:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:21:47 +0000 |
commit | 885f49caffb05eb9c73cb15d4b759056ca91fa87 (patch) | |
tree | 3787536ccfb85990b8c614b122b9e55b60c325b5 /sd/source/ui/view/sdwindow.cxx | |
parent | c4bc3fb7247768b9610bf56d0b6b5df68a4cc155 (diff) |
INTEGRATION: CWS aw033 (1.37.24); FILE MERGED
2008/07/10 12:56:28 aw 1.37.24.1: #i39532# XOutputDevice removed, PrepareDelete removed
Diffstat (limited to 'sd/source/ui/view/sdwindow.cxx')
-rw-r--r-- | sd/source/ui/view/sdwindow.cxx | 14 |
1 files changed, 13 insertions, 1 deletions
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. * @@ -289,6 +289,18 @@ void Window::Resize() /************************************************************************* |* +|* PrePaint event +|* +\************************************************************************/ + +void Window::PrePaint() +{ + if ( mpViewShell ) + mpViewShell->PrePaint(); +} + +/************************************************************************* +|* |* Paint event |* \************************************************************************/ |