diff options
Diffstat (limited to 'starmath/source')
-rw-r--r-- | starmath/source/document.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/document.cxx b/starmath/source/document.cxx index 7153bcccf157..686b9b75ef96 100644 --- a/starmath/source/document.cxx +++ b/starmath/source/document.cxx @@ -1063,7 +1063,7 @@ void SmDocShell::Execute(SfxRequest& rReq) } catch( const Exception& ) { - DBG_UNHANDLED_EXCEPTION(); + DBG_UNHANDLED_EXCEPTION("starmath"); } } Repaint(); |