diff options
author | Christian Lippka <cl@openoffice.org> | 2002-04-30 11:11:11 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2002-04-30 11:11:11 +0000 |
commit | 8dbe67f0cca35f7ca0894214c988972aebebc338 (patch) | |
tree | 8ef27ec522da0ce1eebc277da6d928bde59a815c /sd/source/ui/view/frmview.cxx | |
parent | b68db1710fa30fecb4cf3b6cb85ce9211dca64cc (diff) |
#98819# use ColorConfig for grid
Diffstat (limited to 'sd/source/ui/view/frmview.cxx')
-rw-r--r-- | sd/source/ui/view/frmview.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/source/ui/view/frmview.cxx b/sd/source/ui/view/frmview.cxx index e2f4abc49968..88b4951d20d3 100644 --- a/sd/source/ui/view/frmview.cxx +++ b/sd/source/ui/view/frmview.cxx @@ -2,9 +2,9 @@ * * $RCSfile: frmview.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: cl $ $Date: 2002-04-26 11:13:43 $ + * last change: $Author: cl $ $Date: 2002-04-30 12:11:11 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -162,7 +162,7 @@ FrameView::FrameView(SdDrawDocument* pDrawDoc) SetGridFine( pFrameView->GetGridFine() ); SetSnapGrid( pFrameView->GetSnapGrid() ); SetSnapGridWidth(pFrameView->GetSnapGridWidthX(), pFrameView->GetSnapGridWidthY()); - SetGridVisible( pFrameView->IsGridVisible() ); +// SetGridVisible( pFrameView->IsGridVisible() ); SetGridFront( pFrameView->IsGridFront() ); SetSnapAngle( pFrameView->GetSnapAngle() ); SetGridSnap( pFrameView->IsGridSnap() ); @@ -541,7 +541,7 @@ void FrameView::Update(SdOptions* pOptions) if (pOptions) { bRuler = pOptions->IsRulerVisible(); - SetGridVisible( pOptions->IsGridVisible() ); +// SetGridVisible( pOptions->IsGridVisible() ); SetSnapAngle( pOptions->GetAngle() ); SetGridSnap( pOptions->IsUseGridSnap() ); SetBordSnap( pOptions->IsSnapBorder() ); |