diff options
Diffstat (limited to 'starmath/source/view.cxx')
-rwxr-xr-x | 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 3920c65e941c1..20c2354080132 100755 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -1551,7 +1551,7 @@ void SmViewShell::Execute(SfxRequest& rReq) break; } - case SID_INSERT_FORMULA: + case SID_IMPORT_FORMULA: { delete pImpl->pRequest; pImpl->pRequest = new SfxRequest( rReq ); |