diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-12-17 14:35:34 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-12-17 14:35:34 +0000 |
commit | 4a5a3378e7657c679da7f4bb69068f8feaa36519 (patch) | |
tree | 3d915fa46247f1116b452061377e28c928db8332 /svx/source | |
parent | da3ce47f1edd54ead268cb5c02a4ec3817c9dbeb (diff) |
#i10000# remove DoDrawRedLines()
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/editeng/impedit3.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/editeng/impedit3.cxx b/svx/source/editeng/impedit3.cxx index af201d264623..de36ddf94c50 100644 --- a/svx/source/editeng/impedit3.cxx +++ b/svx/source/editeng/impedit3.cxx @@ -3154,7 +3154,7 @@ void ImpEditEngine::Paint( OutputDevice* pOutDev, Rectangle aClipRec, Point aSta { EEngineData::WrongSpellVector aWrongSpellVector; - if(GetStatus().DoOnlineSpelling() && GetStatus().DoDrawRedLines() && pTextPortion->GetLen()) + if(GetStatus().DoOnlineSpelling() && pTextPortion->GetLen()) { WrongList* pWrongs = pPortion->GetNode()->GetWrongList(); |