diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 11:07:40 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-06-26 11:07:40 +0000 |
commit | a155ed52f9090188900f2324bef860793489bc4a (patch) | |
tree | 4a3851204862f81dd6b49a676a967b6a2fcb85b1 /svx/source/sdr/overlay/overlaymanager.cxx | |
parent | 1838b75894ed08e5e70b70c44a85468929ef36f7 (diff) |
INTEGRATION: CWS aw046 (1.3.130); FILE MERGED
2007/04/20 09:50:31 aw 1.3.130.1: #i74769# added copyArea to OverlyManager to support scrolling of sub-areas of the complete overlay buffer
Diffstat (limited to 'svx/source/sdr/overlay/overlaymanager.cxx')
-rw-r--r-- | svx/source/sdr/overlay/overlaymanager.cxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/svx/source/sdr/overlay/overlaymanager.cxx b/svx/source/sdr/overlay/overlaymanager.cxx index 7f85db85de51..971bfbc645d4 100644 --- a/svx/source/sdr/overlay/overlaymanager.cxx +++ b/svx/source/sdr/overlay/overlaymanager.cxx @@ -4,9 +4,9 @@ * * $RCSfile: overlaymanager.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2006-12-05 12:12:06 $ + * last change: $Author: hr $ $Date: 2007-06-26 12:07:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -174,6 +174,12 @@ namespace sdr // default has nothing to do } + // #i68597# part of content gets copied, react on it + void OverlayManager::copyArea(const Point& /*rDestPt*/, const Point& /*rSrcPt*/, const Size& /*rSrcSize*/) + { + // unbuffered versions do nothing here + } + void OverlayManager::restoreBackground(const Region& /*rRegion*/) const { // unbuffered versions do nothing here |