diff options
-rw-r--r-- | xmloff/dtd/style.mod | 3 | ||||
-rw-r--r-- | xmloff/source/core/xmltoken.cxx | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/xmloff/dtd/style.mod b/xmloff/dtd/style.mod index 31e9c8cedf0a..6f8c7aae54e1 100644 --- a/xmloff/dtd/style.mod +++ b/xmloff/dtd/style.mod @@ -1,5 +1,5 @@ <!-- - $Id: style.mod,v 1.50 2002-04-04 13:45:03 dvo Exp $ + $Id: style.mod,v 1.51 2002-04-05 06:31:50 sab Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -349,6 +349,7 @@ table:border-model (collapsing | separating) #IMPLIED fo:vertical-align (top | middle | bottom | automatic) #IMPLIED fo:direction (ltr | ttb) #IMPLIED + style:glyph-orientation-vertical (auto | 0) #IMPLIED style:rotation-angle %nonNegativeInteger; #IMPLIED style:rotation-align (none | bottom | top | center) #IMPLIED style:cell-protect CDATA #IMPLIED diff --git a/xmloff/source/core/xmltoken.cxx b/xmloff/source/core/xmltoken.cxx index 75a3eac5ba6e..0f60fb31a69d 100644 --- a/xmloff/source/core/xmltoken.cxx +++ b/xmloff/source/core/xmltoken.cxx @@ -2,9 +2,9 @@ * * $RCSfile: xmltoken.cxx,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: dvo $ $Date: 2002-04-04 13:42:31 $ + * last change: $Author: sab $ $Date: 2002-04-05 06:34:02 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2104,6 +2104,8 @@ namespace xmloff { namespace token { TOKEN( "snap-to-layout-grid" ), // XML_SNAP_TO_LAYOUT_GRID + TOKEN( "glyph-orientation-vertical" ), // XML_GLYPH_ORIENTATION_VERTICAL + { 0, NULL, NULL } // XML_TOKEN_END }; |