diff options
author | Mark Hung <marklh9@gmail.com> | 2018-01-21 16:41:26 +0800 |
---|---|---|
committer | Mark Hung <marklh9@gmail.com> | 2018-02-01 00:48:49 +0100 |
commit | 8ed0b54763581ba1f5ff295a59b5b040e7cd8f0f (patch) | |
tree | f3e6e211eba6d05c4bf52727fb2d281d5a1edff3 /sw/inc | |
parent | d9efa12addb8fbedbc900081bdcaf9db7fd4cd66 (diff) |
tdf#35301 sw: RubyPosition text property support.
Allow RubyPosition property to be set via UNO
interface.
Change-Id: I506312b1b5b27f016d0ee1c66231ff90747e5538
Reviewed-on: https://gerrit.libreoffice.org/48327
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mark Hung <marklh9@gmail.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/unomid.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/unomid.h b/sw/inc/unomid.h index db8ba9335565..020da9d7e08e 100644 --- a/sw/inc/unomid.h +++ b/sw/inc/unomid.h @@ -114,6 +114,7 @@ #define MID_RUBY_ADJUST 1 #define MID_RUBY_CHARSTYLE 2 #define MID_RUBY_ABOVE 3 +#define MID_RUBY_POSITION 4 //SwTextGridItem #define MID_GRID_COLOR 0 |