From 8ed0b54763581ba1f5ff295a59b5b040e7cd8f0f Mon Sep 17 00:00:00 2001 From: Mark Hung Date: Sun, 21 Jan 2018 16:41:26 +0800 Subject: 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 Reviewed-by: Mark Hung --- sw/inc/unomid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'sw/inc') 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 -- cgit