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/sdi/smath.sdi | 2 +- starmath/sdi/smslots.sdi | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'starmath/sdi') diff --git a/starmath/sdi/smath.sdi b/starmath/sdi/smath.sdi index f1f812e6c40b..99399c8396e3 100644 --- a/starmath/sdi/smath.sdi +++ b/starmath/sdi/smath.sdi @@ -378,7 +378,7 @@ SfxVoidItem InsertCommand SID_INSERTCOMMAND ] //-------------------------------------------------------------------------- -SfxVoidItem InsertConfigName SID_INSERTTEXT +SfxVoidItem InsertConfigName SID_INSERTSYMBOL () [ /* flags: */ diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi index 9e27c7149502..f96690b5c1f0 100644 --- a/starmath/sdi/smslots.sdi +++ b/starmath/sdi/smslots.sdi @@ -270,17 +270,17 @@ interface FormulaView StateMethod = GetState ; ] //idlpp kein Menueeintrag , also keine Texte - SID_INSERTTEXT //idlpp ole : no , status : no + SID_INSERTSYMBOL //idlpp ole : no , status : no [ ExecMethod = Execute ; StateMethod = GetState ; ] - SID_INSERT_FORMULA //idlpp ole : no , status : no - [ - ExecMethod = Execute ; - StateMethod = GetState ; - Export = FALSE ; - ] + SID_INSERT_FORMULA //idlpp ole : no , status : no + [ + ExecMethod = Execute ; + StateMethod = GetState ; + Export = FALSE ; + ] //idlpp kein Menueeintrag , also keine Texte SID_ATTR_ZOOM //idlpp ole : no , status : no [ -- cgit