From 8c340c4270c3e955862f4f56be9fc135a3c2cc43 Mon Sep 17 00:00:00 2001 From: Jonas Finnemann Jensen Date: Fri, 1 Oct 2010 22:04:50 +0200 Subject: 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. --- starmath/inc/starmath.hrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'starmath/inc/starmath.hrc') diff --git a/starmath/inc/starmath.hrc b/starmath/inc/starmath.hrc index d73ea27a0d45..ccd38c3699f4 100644 --- a/starmath/inc/starmath.hrc +++ b/starmath/inc/starmath.hrc @@ -58,7 +58,9 @@ #define SID_TEXT (SID_SMA_START + 100) #define SID_GAPHIC_SM (SID_SMA_START + 101) #define SID_FITINWINDOW (SID_SMA_START + 103) -#define SID_INSERTTEXT (SID_SMA_START + 104) +/** Command for inserting a symbol specified by a string (Inserts an SmSpecialNode) */ +#define SID_INSERTSYMBOL (SID_SMA_START + 104) +/** Command for inserting a math construction specified in commands.src */ #define SID_INSERTCOMMAND (SID_SMA_START + 105) #define SID_LOADSYMBOLS (SID_SMA_START + 107) -- cgit