summaryrefslogtreecommitdiff
path: root/include/xmloff/xmltypes.hxx
diff options
context:
space:
mode:
authorMark Hung <marklh9@gmail.com>2018-01-21 21:29:00 +0800
committerMark Hung <marklh9@gmail.com>2018-03-02 12:06:00 +0100
commit1e034575584930c5bfb57838383ac2cf151c1b92 (patch)
treea122c5a1bc4e1fa06cafdffd51751ff6fe0f7e6c /include/xmloff/xmltypes.hxx
parent584fc20be3bb6f90d17ef8a131575af9871cb1c4 (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/xmloff/xmltypes.hxx')
-rw-r--r--include/xmloff/xmltypes.hxx2
1 files changed, 2 insertions, 0 deletions
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: */