diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-12-15 12:01:46 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-12-15 12:01:46 +0000 |
commit | 3e3396189e2acd863096376ad39e8a59aff47e7e (patch) | |
tree | 2c2f7cfc3442020ed55ba6a0bc3cbd521aadb508 /sw/source/ui/shells/drwtxtsh.cxx | |
parent | d6b3e99927528cd5ad313b36835abd287996519e (diff) |
CWS-TOOLING: integrate CWS tl56_DEV300
Diffstat (limited to 'sw/source/ui/shells/drwtxtsh.cxx')
-rw-r--r-- | sw/source/ui/shells/drwtxtsh.cxx | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sw/source/ui/shells/drwtxtsh.cxx b/sw/source/ui/shells/drwtxtsh.cxx index 1a80c7fc2176..f2381dbc8ff3 100644 --- a/sw/source/ui/shells/drwtxtsh.cxx +++ b/sw/source/ui/shells/drwtxtsh.cxx @@ -151,11 +151,9 @@ void SwDrawTextShell::Init() if(pVOpt->IsOnlineSpell()) { nCtrl |= EE_CNTRL_ONLINESPELLING|EE_CNTRL_ALLOWBIGOBJS; - if(pVOpt->IsHideSpell()) - nCtrl |= EE_CNTRL_NOREDLINES; } else - nCtrl &= ~(EE_CNTRL_ONLINESPELLING|EE_CNTRL_NOREDLINES); + nCtrl &= ~(EE_CNTRL_ONLINESPELLING); pOutliner->SetControlWord(nCtrl); pOLV->ShowCursor(); |