diff options
Diffstat (limited to 'sc/source/ui/view/viewfun4.cxx')
-rw-r--r-- | sc/source/ui/view/viewfun4.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewfun4.cxx b/sc/source/ui/view/viewfun4.cxx index 17677ee7ac61..835c526f7f0b 100644 --- a/sc/source/ui/view/viewfun4.cxx +++ b/sc/source/ui/view/viewfun4.cxx @@ -379,7 +379,7 @@ void ScViewFunc::DoThesaurus() if (pEditSel) pEditView->SetSelection(*pEditSel); else - pEditView->SetSelection(ESelection(0,0,0,0)); + pEditView->SetSelection(ESelection()); pThesaurusEngine->ClearModifyFlag(); |