From feae30c4ce1a1aa303500371b858f871d4ef88fc Mon Sep 17 00:00:00 2001 From: Zolnai Tamás Date: Sat, 8 Feb 2014 01:50:55 +0100 Subject: ODF export/import: text vertical adjustment attribute of text frames ODF standard handle 'textarea-vertical-align' as a 'graphic-property' which "specifies formatting properties for chart, draw, graphic, and frame elements". So this change fit to the standard. Change-Id: I956f512953380983c2c882e943178335fd4dbfeb --- include/xmloff/xmltypes.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include/xmloff/xmltypes.hxx') diff --git a/include/xmloff/xmltypes.hxx b/include/xmloff/xmltypes.hxx index 55cac8348135..3c8d7376db92 100644 --- a/include/xmloff/xmltypes.hxx +++ b/include/xmloff/xmltypes.hxx @@ -276,6 +276,7 @@ #define XML_TYPE_CHAR_SCRIPT (XML_TEXT_TYPES_START + 116) #define XML_TYPE_CHAR_RFC_LANGUAGE_TAG (XML_TEXT_TYPES_START + 117) +#define XML_TYPE_VERTICAL_ALIGN (XML_TEXT_TYPES_START + 118) #define XML_SCH_TYPES_START (0x4 << XML_TYPE_APP_SHIFT) #define XML_PM_TYPES_START (0x5 << XML_TYPE_APP_SHIFT) // page master -- cgit