summaryrefslogtreecommitdiff
path: root/starmath/source/view.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r--starmath/source/view.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 65e0cbbee5bb..b6994a1a9063 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -1928,7 +1928,7 @@ SmViewShell::~SmViewShell()
// Thus we need to supply this view as argument
SmEditWindow *pEditWin = GetEditWindow();
if (pEditWin)
- pEditWin->DeleteEditView( *this );
+ pEditWin->DeleteEditView();
mpGraphic.disposeAndClear();
}