diff options
author | Jonas Finnemann Jensen <jopsen@gmail.com> | 2010-10-01 22:04:50 +0200 |
---|---|---|
committer | Jonas Finnemann Jensen <jopsen@gmail.com> | 2010-10-01 23:08:54 +0200 |
commit | 8c340c4270c3e955862f4f56be9fc135a3c2cc43 (patch) | |
tree | 58ca65df035ed3d141bd26319b1e2470455e4198 /starmath/source/dialog.cxx | |
parent | c1369970be1d2c0cb19edcac4e1d010635c89730 (diff) |
Integrated the visual formula editor patch
Ported the most recent version of the visual formula editor patch,
to LibreOffice. This patch is not finished yet, see README for more
information.
Diffstat (limited to 'starmath/source/dialog.cxx')
-rw-r--r-- | starmath/source/dialog.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/source/dialog.cxx b/starmath/source/dialog.cxx index 930b198dee97..014c3fdadce0 100644 --- a/starmath/source/dialog.cxx +++ b/starmath/source/dialog.cxx @@ -1487,8 +1487,8 @@ IMPL_LINK( SmSymbolDialog, GetClickHdl, Button *, EMPTYARG pButton ) aText += (sal_Unicode)' '; rViewSh.GetViewFrame()->GetDispatcher()->Execute( - SID_INSERTTEXT, SFX_CALLMODE_STANDARD, - new SfxStringItem(SID_INSERTTEXT, aText), 0L); + SID_INSERTSYMBOL, SFX_CALLMODE_STANDARD, + new SfxStringItem(SID_INSERTSYMBOL, aText), 0L); } return 0; |