diff options
author | Gülşah Köse <gulsah.kose@collabora.com> | 2019-03-27 18:40:37 +0300 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2019-03-28 09:50:45 +0100 |
commit | 6f41502b82fa108246b7547d9da3c6bf6b42f72f (patch) | |
tree | 876507e2a5b0bf52e2864025add61fb560df25b5 /sd/sdi | |
parent | 4fda02a8310dbb42b504f379e3f2f594391b16cb (diff) |
Implement sidebar increase/decrease indent buttons on Impress
Change-Id: Ie7c115e041a6dee7b5e5d938ad3fbf37cf9bc89b
Reviewed-on: https://gerrit.libreoffice.org/69840
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'sd/sdi')
-rw-r--r-- | sd/sdi/drtxtob.sdi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sd/sdi/drtxtob.sdi b/sd/sdi/drtxtob.sdi index a317ee8eec09..6e29a20899ef 100644 --- a/sd/sdi/drtxtob.sdi +++ b/sd/sdi/drtxtob.sdi @@ -191,6 +191,18 @@ shell TextObjectBar StateMethod = GetAttrState; ] + SID_INC_INDENT + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + + SID_DEC_INDENT + [ + ExecMethod = Execute; + StateMethod = GetAttrState; + ] + SID_ATTR_PARA_LRSPACE [ ExecMethod = Execute ; |