summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 );
}