diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-21 13:05:54 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-12-21 20:13:03 +0100 |
commit | b9c6f2de8bdcdcb95fb4f0457ee2fd0e1c42eb5b (patch) | |
tree | 8fe073f43913e6e3c8a0141edfa2e2a89db90afb /starmath/sdi | |
parent | 08f4ecd5823c420bb7157c238460d50f1f1f9791 (diff) |
unused SID command in starmath
Change-Id: I08c09814a6a29286342fd7dc6a30ca0b6395463e
Reviewed-on: https://gerrit.libreoffice.org/46909
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'starmath/sdi')
-rw-r--r-- | starmath/sdi/smath.sdi | 56 | ||||
-rw-r--r-- | starmath/sdi/smslots.sdi | 18 |
2 files changed, 0 insertions, 74 deletions
diff --git a/starmath/sdi/smath.sdi b/starmath/sdi/smath.sdi index 0ee7306938ca..761cae2c0b0d 100644 --- a/starmath/sdi/smath.sdi +++ b/starmath/sdi/smath.sdi @@ -289,25 +289,6 @@ SfxVoidItem ImportMathMLClipboard SID_IMPORT_MATHML_CLIPBOARD GroupId = SfxGroupId::Insert; ] -SfxVoidItem LoadSymbols SID_LOADSYMBOLS -() -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - Asynchron; - - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = SfxGroupId::Options; -] - - SfxStringItem ModifyStatus SID_MODIFYSTATUS [ @@ -435,43 +416,6 @@ SfxBoolItem RedrawAutomatic SID_AUTO_REDRAW GroupId = SfxGroupId::View; ] - -SfxVoidItem SaveSymbols SID_SAVESYMBOLS -() -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = SfxGroupId::Options; -] - - -SfxVoidItem SetPaperSize SID_GETEDITTEXT -() -[ - AutoUpdate = FALSE, - FastCall = FALSE, - ReadOnlyDoc = TRUE, - Toggle = FALSE, - Container = FALSE, - RecordAbsolute = FALSE, - RecordPerSet; - - AccelConfig = FALSE, - MenuConfig = FALSE, - ToolBoxConfig = FALSE, - GroupId = SfxGroupId::Math; -] - - SfxVoidItem SymbolCatalogue SID_SYMBOLS_CATALOGUE () [ diff --git a/starmath/sdi/smslots.sdi b/starmath/sdi/smslots.sdi index 3b0d5cfc6265..d2e49127017c 100644 --- a/starmath/sdi/smslots.sdi +++ b/starmath/sdi/smslots.sdi @@ -55,18 +55,6 @@ 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 ; @@ -257,12 +245,6 @@ 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 ; |