diff options
author | Mark Hung <marklh9@gmail.com> | 2018-01-21 21:29:00 +0800 |
---|---|---|
committer | Mark Hung <marklh9@gmail.com> | 2018-03-02 12:06:00 +0100 |
commit | 1e034575584930c5bfb57838383ac2cf151c1b92 (patch) | |
tree | a122c5a1bc4e1fa06cafdffd51751ff6fe0f7e6c /include | |
parent | 584fc20be3bb6f90d17ef8a131575af9871cb1c4 (diff) |
tdf#35301 xmloff: load / store loext:ruby-position.
Add a new property loext:ruby-position to ODF filter
for the new attribute value "inter-character".
Change-Id: I193eb93fba0e2e7861b6c8635244cac36eb29a06
Reviewed-on: https://gerrit.libreoffice.org/48328
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Mark Hung <marklh9@gmail.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/xmloff/xmltoken.hxx | 1 | ||||
-rw-r--r-- | include/xmloff/xmltypes.hxx | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/include/xmloff/xmltoken.hxx b/include/xmloff/xmltoken.hxx index 242a93f28d48..ddd50ab9e6a0 100644 --- a/include/xmloff/xmltoken.hxx +++ b/include/xmloff/xmltoken.hxx @@ -1055,6 +1055,7 @@ namespace xmloff { namespace token { XML_INSTITUTION, XML_INT, XML_INTENSITY, + XML_INTER_CHARACTER, XML_INTERSECT, XML_INTERVAL, XML_INTERVAL_MAJOR, diff --git a/include/xmloff/xmltypes.hxx b/include/xmloff/xmltypes.hxx index 010dad07fc38..8b7fc23981c7 100644 --- a/include/xmloff/xmltypes.hxx +++ b/include/xmloff/xmltypes.hxx @@ -289,6 +289,8 @@ #define XML_SW_TYPE_BITMAPREPOFFSETX (XML_TEXT_TYPES_START + 124) #define XML_SW_TYPE_BITMAPREPOFFSETY (XML_TEXT_TYPES_START + 125) +#define XML_TYPE_TEXT_RUBY_IS_ABOVE (XML_TEXT_TYPES_START + 126) + #endif // INCLUDED_XMLOFF_XMLTYPES_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |