diff options
author | Jim Raykowski <raykowj@gmail.com> | 2021-10-13 13:24:39 -0800 |
---|---|---|
committer | Heiko Tietze <heiko.tietze@documentfoundation.org> | 2021-10-19 08:22:43 +0200 |
commit | 40458226fda358bd90c25ddfe6a9b2cf25b2fcad (patch) | |
tree | 53b97e2499835f8e00cd7f3bf5fab50f30b92892 /sw/sdi/_annotsh.sdi | |
parent | 672b4c155766e9bf18e109e92f3e8cc71a52e21d (diff) |
tdf#113512 Writer: 1.15 line spacing UNO command
Resolves the Writer 1.15 line spacing part of the request for 1.15,
2.5, and 3 line spacing UNO commands.
Change-Id: I2a654063df3549e8a23021bc4fc76bc17c270d69
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/123569
Tested-by: Jenkins
Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'sw/sdi/_annotsh.sdi')
-rw-r--r-- | sw/sdi/_annotsh.sdi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/sdi/_annotsh.sdi b/sw/sdi/_annotsh.sdi index 66242a1f52ca..b335fb9e0676 100644 --- a/sw/sdi/_annotsh.sdi +++ b/sw/sdi/_annotsh.sdi @@ -417,6 +417,13 @@ interface _Annotation DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] + SID_ATTR_PARA_LINESPACE_115 + [ + ExecMethod = Exec ; + StateMethod = GetState ; + DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; + ] + SID_ATTR_PARA_LINESPACE_15 // api: [ ExecMethod = Exec ; |