summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2006-12-12 18:10:13 +0000
committerKurt Zenker <kz@openoffice.org>2006-12-12 18:10:13 +0000
commitc135a64d267af656286ad6c40278a96709c947b3 (patch)
tree9968ba417b90c3c5774532e691e29911d6473d67
parent3368b2f6022f430f7dfd2c4fb09e73e5dce6d651 (diff)
INTEGRATION: CWS sdwarningsbegone (1.7.38); FILE MERGED
2006/11/22 12:42:25 cl 1.7.38.1: #i69285# warning free code changes for unxlngi6.pro
-rw-r--r--sd/source/ui/view/clview.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/view/clview.cxx b/sd/source/ui/view/clview.cxx
index b233760078e1..8e792d17b267 100644
--- a/sd/source/ui/view/clview.cxx
+++ b/sd/source/ui/view/clview.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: clview.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: obo $ $Date: 2006-09-16 19:35:02 $
+ * last change: $Author: kz $ $Date: 2006-12-12 19:10:13 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -113,9 +113,9 @@ void ClientView::InvalidateOneWin(::Window& rWin, const Rectangle& rRect)
|*
\************************************************************************/
-void ClientView::CompleteRedraw(OutputDevice* pOutDev, const Region& rReg)
+void ClientView::CompleteRedraw(OutputDevice* pOutDev, const Region& rReg,USHORT nPaintMode, ::sdr::contact::ViewObjectContactRedirector* pRedirector )
{
- DrawView::CompleteRedraw(pOutDev, rReg);
+ DrawView::CompleteRedraw(pOutDev, rReg, nPaintMode, pRedirector);
}