diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2016-02-01 18:39:51 +0200 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2016-02-02 09:32:36 +0000 |
commit | 11d605cc5a0c221d2423b6e63f502db660d085d2 (patch) | |
tree | 018a88d0fe4e56ec0c69a40596227cb70dfdf847 /starmath | |
parent | 8b65dec8e0fdfc8564597e90aff91b971e23f7ce (diff) |
tdf#84843 Stop using PseudoSlots for drawing slots
Instead of fighting with this obsolete thing, let's
just kill it. This fixes disabling in read-only doc,
as well as pressed/unpressed states.
Change-Id: I4d06ba3395024ffd09d77c6d22653a2c5e227115
Reviewed-on: https://gerrit.libreoffice.org/22010
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/sdi/smitems.sdi | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/starmath/sdi/smitems.sdi b/starmath/sdi/smitems.sdi index 279f7eea421d..d9bc6940f5c4 100644 --- a/starmath/sdi/smitems.sdi +++ b/starmath/sdi/smitems.sdi @@ -485,27 +485,7 @@ item SvxChooseControlEnum SvxChooseControlEnumItem; -enum SvxDrawToolEnum -{ - SVX_SNAP_DRAW_SELECT, - - SVX_SNAP_DRAW_LINE, - SVX_SNAP_DRAW_RECT, - SVX_SNAP_DRAW_ELLIPSE, - SVX_SNAP_DRAW_POLYGON, - SVX_SNAP_DRAW_ARC, - SVX_SNAP_DRAW_PIE, - SVX_SNAP_DRAW_CIRCLECUT, - SVX_SNAP_DRAW_TEXT, - SVX_SNAP_DRAW_CAPTION, - SVX_SNAP_DRAW_NOTHING -} -item SvxDrawToolEnum SvxDrawToolEnumItem; - - - item SvxChooseControlEnum SvxChooseControlItem; -item SvxDrawToolEnum SvxDrawToolItem; item FontUnderline SvxUnderlineItem; item FontWeight SvxWeightItem; item BYTE SvxWidowsItem; |