diff options
Diffstat (limited to 'starmath/source/view.cxx')
-rw-r--r-- | starmath/source/view.cxx | 2 |
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(); } |