summaryrefslogtreecommitdiff
path: root/sc/source/ui/view/viewfun4.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/view/viewfun4.cxx')
-rw-r--r--sc/source/ui/view/viewfun4.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/viewfun4.cxx b/sc/source/ui/view/viewfun4.cxx
index 184aa3623932..86c44961a02d 100644
--- a/sc/source/ui/view/viewfun4.cxx
+++ b/sc/source/ui/view/viewfun4.cxx
@@ -403,7 +403,7 @@ void ScViewFunc::DoThesaurus( sal_Bool bRecord )
{
OSL_FAIL("DoThesaurus: Keine String oder Editzelle");
}
- pEditView = GetViewData()->GetEditView(GetViewData()->GetActivePart());;
+ pEditView = GetViewData()->GetEditView(GetViewData()->GetActivePart());
if (pEditSel)
pEditView->SetSelection(*pEditSel);
else