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 /include/editeng | |
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 'include/editeng')
-rw-r--r-- | include/editeng/editids.hrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/editeng/editids.hrc b/include/editeng/editids.hrc index 129afc52234e..5560eea1336a 100644 --- a/include/editeng/editids.hrc +++ b/include/editeng/editids.hrc @@ -51,7 +51,6 @@ #define SID_ATTR_CHAR_FONTLIST ( SID_SVX_START + 22 ) #define SID_ATTR_BORDER_OUTER ( SID_SVX_START + 24 ) #define SID_ATTR_BORDER_SHADOW ( SID_SVX_START + 25 ) - // free #define SID_ATTR_PARA_ADJUST ( SID_SVX_START + 27 ) #define SID_ATTR_PARA_ADJUST_LEFT ( SID_SVX_START + 28 ) #define SID_ATTR_PARA_ADJUST_RIGHT ( SID_SVX_START + 29 ) @@ -60,6 +59,7 @@ #define SID_ATTR_PARA_LINESPACE ( SID_SVX_START + 33 ) #define SID_ATTR_PARA_LINESPACE_10 ( SID_SVX_START + 34 ) #define SID_ATTR_PARA_LINESPACE_15 ( SID_SVX_START + 35 ) +#define SID_ATTR_PARA_LINESPACE_115 ( SID_SVX_START + 26 ) #define SID_ATTR_PARA_LINESPACE_20 ( SID_SVX_START + 36 ) #define SID_ATTR_PARA_PAGEBREAK ( SID_SVX_START + 37 ) #define SID_ATTR_PARA_HYPHENZONE ( SID_SVX_START + 38 ) |