From 29386176666d2f94d201d1d40311760b3698bf0a Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 12 Feb 2007 13:39:07 +0000 Subject: INTEGRATION: CWS aw043_SRC680 (1.2.88.1.12); FILE MERGED 2007/01/31 16:00:05 aw 1.2.88.1.12.1: #i73602# flag for DrawOverlay() to not be forced to delete the PreRenderDevice --- svx/inc/sdrpaintwindow.hxx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'svx') diff --git a/svx/inc/sdrpaintwindow.hxx b/svx/inc/sdrpaintwindow.hxx index 238d77834c54..d6169f40fcc6 100644 --- a/svx/inc/sdrpaintwindow.hxx +++ b/svx/inc/sdrpaintwindow.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sdrpaintwindow.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2007-01-22 15:12:35 $ + * last change: $Author: kz $ $Date: 2007-02-12 14:39:07 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -116,7 +116,8 @@ public: // OVERLAYMANAGER ::sdr::overlay::OverlayManager* GetOverlayManager() const; - void DrawOverlay(const Region& rRegion); + // #i73602# add flag if buffer shall be used + void DrawOverlay(const Region& rRegion, bool bUseBuffer); void HideOverlay(const Region& rRegion); // calculate visible area and return -- cgit