diff options
author | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-04-15 00:23:07 +0200 |
---|---|---|
committer | Tamás Zolnai <tamas.zolnai@collabora.com> | 2017-04-15 15:40:56 +0200 |
commit | bcb371b1a830442610ad7fda476eda5271427a50 (patch) | |
tree | b203e822dcde9f22fa56a57418c4dc4d1e96880f /xmloff/inc | |
parent | 2436cf17304f25c7d34da52a321d6da0e9011d19 (diff) |
ODF import / export of rotated text in Impress table
Change-Id: I57136e32ed2db5e405a45e8e4bad1b8d459b7ae8
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmlsdtypes.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmloff/inc/xmlsdtypes.hxx b/xmloff/inc/xmlsdtypes.hxx index 8e388cf032c7..86e81ba3ea5b 100644 --- a/xmloff/inc/xmlsdtypes.hxx +++ b/xmloff/inc/xmlsdtypes.hxx @@ -117,6 +117,8 @@ ////////////////////////////////////////////////////////////////////////////// +#define XML_SD_TYPE_CELL_ROTATION_ANGLE (XML_SD_TYPES_START + 79 ) + #define CTF_NUMBERINGRULES 1000 #define CTF_CONTROLWRITINGMODE 1001 #define CTF_WRITINGMODE 1002 |