diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 11:01:01 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 11:01:01 +0000 |
commit | 9467b40f1fe2ecbabb8c8e18f31c6dd7746ad893 (patch) | |
tree | d982e9356a0edc18ce0d49bcfd70678f469cd967 /svx | |
parent | 24a071094900b6522903759c04b7e6b977dde0cb (diff) |
INTEGRATION: CWS aw046 (1.4.2); FILE MERGED
2007/04/03 09:47:51 aw 1.4.2.1: #i74769# removed ExpandPaintClipRegion
Diffstat (limited to 'svx')
-rw-r--r-- | svx/inc/sdrpaintwindow.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/inc/sdrpaintwindow.hxx b/svx/inc/sdrpaintwindow.hxx index d6169f40fcc6..fd4510caef55 100644 --- a/svx/inc/sdrpaintwindow.hxx +++ b/svx/inc/sdrpaintwindow.hxx @@ -4,9 +4,9 @@ * * $RCSfile: sdrpaintwindow.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: kz $ $Date: 2007-02-12 14:39:07 $ + * last change: $Author: hr $ $Date: 2007-06-26 12:01:01 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -95,7 +95,7 @@ private: // The PreRenderDevice for PreRendering SdrPreRenderDevice* mpPreRenderDevice; - // The RedrawRegion used for rendering, Maybe expanded by ExpandPaintClipRegion + // The RedrawRegion used for rendering Region maRedrawRegion; // bitfield @@ -141,7 +141,7 @@ public: void OutputPreRenderDevice(const Region& rExpandedRegion); SdrPreRenderDevice* GetPreRenderDevice() const { return mpPreRenderDevice; } - // RedrawRegion, maybe expanded by ExpandPaintClipRegion + // RedrawRegion const Region& GetRedrawRegion() const; void SetRedrawRegion(const Region& rNew); |