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 /sd/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 'sd/sdi')
-rw-r--r-- | sd/sdi/sdraw.sdi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sd/sdi/sdraw.sdi b/sd/sdi/sdraw.sdi index 217f8562b3a0..9f134a2c887a 100644 --- a/sd/sdi/sdraw.sdi +++ b/sd/sdi/sdraw.sdi @@ -1423,7 +1423,7 @@ SfxVoidItem Forward SID_MOREFRONT GroupId = GID_MODIFY; ] -SfxUInt32Item GetBlue SID_GETBLUE +SfxVoidItem GetBlue SID_GETBLUE (SfxUInt32Item WhatKind ID_VAL_WHATKIND) [ AutoUpdate = FALSE, @@ -1458,7 +1458,7 @@ SfxUInt32Item GetFillStyle SID_GETFILLSTYLE GroupId = GID_DRAWING; ] -SfxUInt32Item GetGreen SID_GETGREEN +SfxVoidItem GetGreen SID_GETGREEN (SfxUInt32Item WhatKind ID_VAL_WHATKIND) [ AutoUpdate = FALSE, @@ -1511,7 +1511,7 @@ SfxUInt32Item GetLineWidth SID_GETLINEWIDTH GroupId = GID_DRAWING; ] -SfxUInt32Item GetRed SID_GETRED +SfxVoidItem GetRed SID_GETRED (SfxUInt32Item WhatKind ID_VAL_WHATKIND) [ AutoUpdate = FALSE, @@ -2541,7 +2541,7 @@ SfxVoidItem ModifyPage SID_MODIFYPAGE GroupId = GID_MODIFY; ] -SfxUInt32Item AssignLayout SID_ASSIGN_LAYOUT +SfxVoidItem AssignLayout SID_ASSIGN_LAYOUT (SfxUInt32Item WhatPage ID_VAL_WHATPAGE, SfxUInt32Item WhatLayout ID_VAL_WHATLAYOUT) [ AutoUpdate = FALSE, |