diff options
Diffstat (limited to 'starmath/source/dialog.cxx')
-rw-r--r-- | starmath/source/dialog.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 9a55ef734647..9dbf2932f903 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -1528,7 +1528,7 @@ IMPL_LINK_NOARG_TYPED( SmSymbolDialog, GetClickHdl, Button*, void ) rViewSh.GetViewFrame()->GetDispatcher()->Execute( SID_INSERTSYMBOL, SfxCallMode::RECORD, - new SfxStringItem(SID_INSERTSYMBOL, aText.makeStringAndClear()), 0L); + new SfxStringItem(SID_INSERTSYMBOL, aText.makeStringAndClear()), 0); } } |