summaryrefslogtreecommitdiff
path: root/sd/source/ui/view/frmview.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-11-26 13:37:39 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-11-26 13:37:39 +0000
commitc989bbb6f0e48a5277d5289584cc8d0c13fbfb32 (patch)
treed2743c8328bf21234896cdb2b18e8043f8a5ff9b /sd/source/ui/view/frmview.cxx
parent6ea737a63fbc4cb76e2ae6379cd11446d809e35c (diff)
INTEGRATION: CWS aw053 (1.34.100); FILE MERGED
2007/11/01 18:21:44 aw 1.34.100.2: RESYNC: (1.34-1.35); FILE MERGED 2007/09/14 10:58:24 aw 1.34.100.1: #i80528# Removal of draft paint modes
Diffstat (limited to 'sd/source/ui/view/frmview.cxx')
-rw-r--r--sd/source/ui/view/frmview.cxx12
1 files changed, 2 insertions, 10 deletions
diff --git a/sd/source/ui/view/frmview.cxx b/sd/source/ui/view/frmview.cxx
index 8275faabd326..72458d47468a 100644
--- a/sd/source/ui/view/frmview.cxx
+++ b/sd/source/ui/view/frmview.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: frmview.cxx,v $
*
- * $Revision: 1.35 $
+ * $Revision: 1.36 $
*
- * last change: $Author: vg $ $Date: 2007-08-28 13:39:32 $
+ * last change: $Author: ihi $ $Date: 2007-11-26 14:37:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -221,10 +221,6 @@ FrameView::FrameView(SdDrawDocument* pDrawDoc, FrameView* pFrameView /* = NULK *
// SetMasterPagePaintCaching( pFrameView->IsMasterPagePaintCaching() );
SetDesignMode( pFrameView->IsDesignMode() );
- SetLineDraft( pFrameView->IsLineDraft() );
- SetFillDraft( pFrameView->IsFillDraft() );
- SetTextDraft( pFrameView->IsTextDraft() );
- SetGrafDraft( pFrameView->IsGrafDraft() );
SetSolidMarkHdl( pFrameView->IsSolidMarkHdl() );
SetSolidDragging( pFrameView->IsSolidDragging() );
@@ -394,10 +390,6 @@ void FrameView::Update(SdOptions* pOptions)
// SetMasterPagePaintCaching( pOptions->IsMasterPagePaintCaching() );
GetModel()->SetPickThroughTransparentTextFrames( pOptions->IsPickThrough() );
- SetLineDraft( pOptions->IsHairlineMode() );
- SetFillDraft( pOptions->IsOutlineMode() );
- SetTextDraft( pOptions->IsNoText() );
- SetGrafDraft( pOptions->IsExternGraphic() );
SetSolidMarkHdl( pOptions->IsSolidMarkHdl() );
SetSolidDragging( pOptions->IsSolidDragging() );