diff options
Diffstat (limited to 'sc/source/ui/view/spelldialog.cxx')
-rw-r--r-- | sc/source/ui/view/spelldialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/view/spelldialog.cxx b/sc/source/ui/view/spelldialog.cxx index da1e90698b38..015f1bf5c7e2 100644 --- a/sc/source/ui/view/spelldialog.cxx +++ b/sc/source/ui/view/spelldialog.cxx @@ -269,7 +269,7 @@ bool ScSpellDialogChildWindow::IsSelectionChanged() return true; if( EditView* pEditView = mpViewData->GetSpellingView() ) - if( pEditView->GetEditEngine() != mxEngine.get() ) + if (&pEditView->getEditEngine() != mxEngine.get()) return true; ScRangeList aCurrentRangeList; |