summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/clview.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-08-19 23:20:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-08-19 23:20:51 +0000
commiteec9f89050ab3bf83638774cdc5001b86c7c3b9d (patch)
treee4f5df7b03be40799ed99aa934e6369f950ae942 /sd/source/ui/view/clview.cxx
parent7804384838255cfd99f8c03cc7668fbc221f37bd (diff)
INTEGRATION: CWS aw033 (1.8.36); FILE MERGED
2008/05/14 14:52:25 aw 1.8.36.2: RESYNC: (1.8-1.9); FILE MERGED 2008/01/29 10:34:22 aw 1.8.36.1: updated refresh for ActionChanged(), diverse removals
Diffstat (limited to 'sd/source/ui/view/clview.cxx')
-rw-r--r--sd/source/ui/view/clview.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/view/clview.cxx b/sd/source/ui/view/clview.cxx
index fb4f41112290..ff13be2adc2d 100644
--- a/sd/source/ui/view/clview.cxx
+++ b/sd/source/ui/view/clview.cxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: clview.cxx,v $
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
* This file is part of OpenOffice.org.
*
@@ -101,9 +101,9 @@ void ClientView::InvalidateOneWin(::Window& rWin, const Rectangle& rRect)
|*
\************************************************************************/
-void ClientView::CompleteRedraw(OutputDevice* pOutDev, const Region& rReg,USHORT nPaintMode, ::sdr::contact::ViewObjectContactRedirector* pRedirector )
+void ClientView::CompleteRedraw(OutputDevice* pOutDev, const Region& rReg, sdr::contact::ViewObjectContactRedirector* pRedirector )
{
- DrawView::CompleteRedraw(pOutDev, rReg, nPaintMode, pRedirector);
+ DrawView::CompleteRedraw(pOutDev, rReg, pRedirector);
}