summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-26 14:59:24 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-26 14:59:24 +0000
commit9fa5e0be26d2520c992ed181b6bf89a48b476281 (patch)
treefee2fdee0704cba13fff430471315ce6551a7036 /svx
parent6049b759f7bddbd0dcd2c61002a4477164912fc5 (diff)
INTEGRATION: CWS revctrlwiz_SRC680 (1.54.70.2.8); FILE MERGED
2007/02/20 11:15:26 fs 1.54.70.2.8.1: #i72429# unpatchPaintWindow
Diffstat (limited to 'svx')
-rw-r--r--svx/source/svdraw/svdpagv.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/svdraw/svdpagv.cxx b/svx/source/svdraw/svdpagv.cxx
index 37f5579956b1..eb97c6e80205 100644
--- a/svx/source/svdraw/svdpagv.cxx
+++ b/svx/source/svdraw/svdpagv.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: svdpagv.cxx,v $
*
- * $Revision: 1.56 $
+ * $Revision: 1.57 $
*
- * last change: $Author: kz $ $Date: 2007-02-12 14:41:10 $
+ * last change: $Author: vg $ $Date: 2007-02-26 15:59:24 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -507,7 +507,7 @@ void SdrPageView::DrawLayer(SdrLayerID nID, OutputDevice* pGivenTarget, sal_uInt
pPreparedTarget->RedrawLayer(nPaintMode, &nID, pRedirector);
// restore the ExistingPageWindow
- pPreparedTarget->patchPaintWindow(rExistingPaintWindow);
+ pPreparedTarget->unpatchPaintWindow();
}
else
{