From 420a65c107551156e69578c432261dd6dc7b882b Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 22 Dec 2017 13:20:16 +0200 Subject: Revert "unused SID command in starmath" This reverts commit b9c6f2de8bdcdcb95fb4f0457ee2fd0e1c42eb5b. Change-Id: Ice33baa738c025de72ceb11cf6746e017fb27484 Reviewed-on: https://gerrit.libreoffice.org/46964 Tested-by: Jenkins Reviewed-by: Noel Grandin --- starmath/sdi/smslots.sdi | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'starmath/sdi/smslots.sdi') diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi index d2e49127017c..3b0d5cfc6265 100644 --- a/starmath/sdi/smslots.sdi +++ b/starmath/sdi/smslots.sdi @@ -55,6 +55,18 @@ interface FormulaDocument ExecMethod = Execute ; StateMethod = GetState ; ] + //idlpp no menu entry, so no texts + SID_LOADSYMBOLS //idlpp ole : no , status : no + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + //idlpp no menu entry, so no texts + SID_SAVESYMBOLS //idlpp ole : no , status : no + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] SID_FONT //idlpp ole : no , status : no [ ExecMethod = Execute ; @@ -245,6 +257,12 @@ interface FormulaView StateMethod = GetState ; ] //idlpp no menu entry, so no texts + SID_GETEDITTEXT //idlpp ole : no , status : no + [ + ExecMethod = Execute ; + StateMethod = GetState ; + ] + //idlpp no menu entry, so no texts SID_CMDBOXWINDOW //idlpp ole : no , status : no [ ExecMethod = NoExec ; -- cgit