diff options
author | Noel Grandin <noel@peralex.com> | 2016-08-16 11:56:52 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-08-17 08:45:15 +0200 |
commit | 42ab2cfbd92bc30a62a2c126d4ad6d5726846d8b (patch) | |
tree | 07cfc005093e203c93c633da24eb5bdcf00314b6 /sw/sdi/_textsh.sdi | |
parent | a49eeecd2372c620caa66428acaf27ebc7d70e92 (diff) |
convert SvxLineSpace to scoped enum
and rename to be more explicit
Change-Id: Id06e6b68ef30e1d0d0daf19c37a390060e8bcb01
Diffstat (limited to 'sw/sdi/_textsh.sdi')
-rw-r--r-- | sw/sdi/_textsh.sdi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/sdi/_textsh.sdi b/sw/sdi/_textsh.sdi index 4d67fae5c2eb..a6991e8ab8d1 100644 --- a/sw/sdi/_textsh.sdi +++ b/sw/sdi/_textsh.sdi @@ -1164,7 +1164,7 @@ interface BaseText ] SID_ATTR_PARA_LINESPACE // status(final|play) [ - // SvxLineSpace LineSpace MID_LINESPACE; + // SvxLineSpaceRule LineSpace MID_LINESPACE; // UINT16 LineHeight MID_HEIGHT; // % or direct // SvxInterLineSpaceRule InterLineSpace MID_INTER_LINESPACE; // INT16 InterSpace MID_INTER_SPACE; |