summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/clview.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2004-07-12 14:14:54 +0000
committerRüdiger Timm <rt@openoffice.org>2004-07-12 14:14:54 +0000
commit8b19812d8dd2f88127a107c0e2dafc679e5e7b80 (patch)
treebdd300a965f06f7b3511f7fa8401538c8e796bc6 /sd/source/ui/view/clview.cxx
parent66b7d7681e8830779f5b665a07a607c6271f323c (diff)
INTEGRATION: CWS aw013 (1.3.122); FILE MERGED
2004/06/15 16:25:27 aw 1.3.122.1: #117095#
Diffstat (limited to 'sd/source/ui/view/clview.cxx')
-rw-r--r--sd/source/ui/view/clview.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/sd/source/ui/view/clview.cxx b/sd/source/ui/view/clview.cxx
index 53f21ed9d9af..8cb9b587f692 100644
--- a/sd/source/ui/view/clview.cxx
+++ b/sd/source/ui/view/clview.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: clview.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-01-20 12:41:27 $
+ * last change: $Author: rt $ $Date: 2004-07-12 15:14:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,7 +115,7 @@ ClientView::~ClientView()
void ClientView::InvalidateOneWin(::Window& rWin)
{
Region aRegion;
- InitRedraw(&rWin, aRegion);
+ CompleteRedraw(&rWin, aRegion);
}
/*************************************************************************
@@ -127,7 +127,7 @@ void ClientView::InvalidateOneWin(::Window& rWin)
void ClientView::InvalidateOneWin(::Window& rWin, const Rectangle& rRect)
{
- InitRedraw(&rWin, rRect);
+ CompleteRedraw(&rWin, rRect);
}
@@ -137,9 +137,9 @@ void ClientView::InvalidateOneWin(::Window& rWin, const Rectangle& rRect)
|*
\************************************************************************/
-void ClientView::InitRedraw(OutputDevice* pOutDev, const Region& rReg)
+void ClientView::CompleteRedraw(OutputDevice* pOutDev, const Region& rReg)
{
- DrawView::InitRedraw(pOutDev, rReg);
+ DrawView::CompleteRedraw(pOutDev, rReg);
// Stets Demo-Output auf dem ganzen Fenster ausgeben
Rectangle aRect( Point(0, 0), pOutDev->GetOutputSize() );