summaryrefslogtreecommitdiff
path: root/sw/source/core/view/viewsh.cxx
diff options
context:
space:
mode:
authorTim Hardeck <thardeck@suse.com>2011-11-07 19:33:56 +0100
committerJan Holesovsky <kendy@suse.cz>2011-11-08 16:39:14 +0100
commitec4f69493b50c15861b0cdcc290ecedd00efb51d (patch)
tree6d6961bc7532a028c2073cee9235cda1ed208831 /sw/source/core/view/viewsh.cxx
parent93732fe182ddda10a982962a60d88c5cefc149d3 (diff)
removed Simple Handles option
Removed the unnecessary option "Simple Handles" with all related functions and icons.
Diffstat (limited to 'sw/source/core/view/viewsh.cxx')
-rw-r--r--sw/source/core/view/viewsh.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/sw/source/core/view/viewsh.cxx b/sw/source/core/view/viewsh.cxx
index 4db0144de641..e2ed627baf83 100644
--- a/sw/source/core/view/viewsh.cxx
+++ b/sw/source/core/view/viewsh.cxx
@@ -1979,9 +1979,6 @@ void ViewShell::ImplApplyViewOptions( const SwViewOption &rOpt )
Fraction aSnGrWdtY(rSz.Height(), rOpt.GetDivisionY() + 1);
pDView->SetSnapGridWidth( aSnGrWdtX, aSnGrWdtY );
- if ( pOpt->IsSolidMarkHdl() != rOpt.IsSolidMarkHdl() )
- pDView->SetSolidMarkHdl( rOpt.IsSolidMarkHdl() );
-
// it's a JOE interface !
if ( pOpt->IsBigMarkHdl() != rOpt.IsBigMarkHdl() )
pDView->SetMarkHdlSizePixel(rOpt.IsBigMarkHdl() ? 9 : 7);