diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-22 13:20:16 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-22 20:21:48 +0100 |
commit | 420a65c107551156e69578c432261dd6dc7b882b (patch) | |
tree | 18f037329d5d697b948fa7dcfc77be5a3e88deaa /starmath/sdi/smslots.sdi | |
parent | 1c7d3390022908cfbfd30f55e8c0c3b60a045da7 (diff) |
Revert "unused SID command in starmath"
This reverts commit b9c6f2de8bdcdcb95fb4f0457ee2fd0e1c42eb5b.
Change-Id: Ice33baa738c025de72ceb11cf6746e017fb27484
Reviewed-on: https://gerrit.libreoffice.org/46964
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/sdi/smslots.sdi')
-rw-r--r-- | starmath/sdi/smslots.sdi | 18 |
1 files changed, 18 insertions, 0 deletions
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 ; |