diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2017-04-30 02:42:42 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2017-05-01 01:24:41 +0300 |
commit | e588678f91652cc6f10b5f21716ba05676461467 (patch) | |
tree | 8c0d6693c83dc873ced5ddd3e8e51da0a541bfaa /starmath/sdi | |
parent | 9f33b802a808374b6cd3cbbc3e67c00dd97be270 (diff) |
Return values of sdi "method slots" were unused
Also expand nested methods.
Only diff in workdir/SdiTarget is for SID_STYLE_WATERCAN
from sw/sdi/_basesh.sdi which changed the .uno name from
WatercanStyleModeOnOff to StyleWatercanMode, to match the
name in sfx2/sdi/sfx.sdi (it was forced by svidl to have
the same name).
Change-Id: Iaeac9f4f10a36cb0b3afe3de2b6def8cd90edc6d
Diffstat (limited to 'starmath/sdi')
-rw-r--r-- | starmath/sdi/smath.sdi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/starmath/sdi/smath.sdi b/starmath/sdi/smath.sdi index eb9350b8e8ea..e23ff4d95320 100644 --- a/starmath/sdi/smath.sdi +++ b/starmath/sdi/smath.sdi @@ -179,7 +179,7 @@ SfxVoidItem Draw SID_DRAW ] -SfxBoolItem FormelCursor SID_FORMULACURSOR +SfxVoidItem FormelCursor SID_FORMULACURSOR () [ AutoUpdate = TRUE, @@ -272,7 +272,7 @@ SfxVoidItem InsertConfigName SID_INSERTSYMBOL ] -SfxBoolItem ImportFormula SID_IMPORT_FORMULA +SfxVoidItem ImportFormula SID_IMPORT_FORMULA (SfxStringItem Name SID_IMPORT_FORMULA,SfxStringItem Filter FN_PARAM_1) [ AutoUpdate = FALSE, @@ -290,7 +290,7 @@ SfxBoolItem ImportFormula SID_IMPORT_FORMULA GroupId = GID_INSERT; ] -SfxBoolItem ImportMathMLClipboard SID_IMPORT_MATHML_CLIPBOARD +SfxVoidItem ImportMathMLClipboard SID_IMPORT_MATHML_CLIPBOARD () [ AutoUpdate = FALSE, |