summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/clview.cxx
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2006-05-02 14:07:27 +0000
committerRüdiger Timm <rt@openoffice.org>2006-05-02 14:07:27 +0000
commitd808509113b2f85a489df16e102e46619fd78ae0 (patch)
tree8e325ac3f27cd210a76adf4aa599efa51d68d917 /sd/source/ui/view/clview.cxx
parent549a3147eb06073d1b30d5074b54b3313101eff1 (diff)
INTEGRATION: CWS sfxcleanup (1.5.146); FILE MERGED
2006/02/27 08:26:36 mba 1.5.146.1: #132394#: remove superfluous code
Diffstat (limited to 'sd/source/ui/view/clview.cxx')
-rw-r--r--sd/source/ui/view/clview.cxx8
1 files changed, 2 insertions, 6 deletions
diff --git a/sd/source/ui/view/clview.cxx b/sd/source/ui/view/clview.cxx
index 3fbad148fca2..52a19c62069b 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 07:05:40 $
+ * last change: $Author: rt $ $Date: 2006-05-02 15:07:27 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -114,10 +114,6 @@ void ClientView::InvalidateOneWin(::Window& rWin, const Rectangle& rRect)
void ClientView::CompleteRedraw(OutputDevice* pOutDev, const Region& rReg)
{
DrawView::CompleteRedraw(pOutDev, rReg);
-
- // Stets Demo-Output auf dem ganzen Fenster ausgeben
- Rectangle aRect( Point(0, 0), pOutDev->GetOutputSize() );
- SFX_APP()->SpoilDemoOutput(*pOutDev, aRect );
}