diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:15:12 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-08-19 23:15:12 +0000 |
commit | 257687a502c4be00892ae0b5ee36b91df84a0a90 (patch) | |
tree | 7a250cf1807ac3d65a60710b0fcf15b019bb8d09 /sd/source/ui/inc | |
parent | 0ef4f0ae3f42f9937b9d3d7f187f8a2801061868 (diff) |
INTEGRATION: CWS aw033 (1.13.24); FILE MERGED
2008/07/11 11:39:48 aw 1.13.24.2: RESYNC: (1.13-1.14); FILE MERGED
2008/07/10 12:56:26 aw 1.13.24.1: #i39532# XOutputDevice removed, PrepareDelete removed
Diffstat (limited to 'sd/source/ui/inc')
-rw-r--r-- | sd/source/ui/inc/SlideSorterViewShell.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sd/source/ui/inc/SlideSorterViewShell.hxx b/sd/source/ui/inc/SlideSorterViewShell.hxx index 9039337ec1b6..42eacb552e9e 100644 --- a/sd/source/ui/inc/SlideSorterViewShell.hxx +++ b/sd/source/ui/inc/SlideSorterViewShell.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: SlideSorterViewShell.hxx,v $ - * $Revision: 1.14 $ + * $Revision: 1.15 $ * * This file is part of OpenOffice.org. * @@ -115,6 +115,9 @@ public: virtual void SetZoom (long int nZoom); virtual void SetZoomRect (const Rectangle& rZoomRect); + /// forward VCLs PrePaint window event to DrawingLayer + virtual void PrePaint(); + /** This is a callback method used by the active window to delegate its Paint() call to. This view shell itself delegates it to the view. */ |