diff options
author | Christian Lippka <cl@openoffice.org> | 2001-02-28 10:26:44 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-02-28 10:26:44 +0000 |
commit | 1de73f8fca5cde93077d537be7a1c8b88d048d98 (patch) | |
tree | e6adbfd0fe1c9553a542ca63ffe7de158638331a /xmloff/inc | |
parent | 29160fbed1eeaa44ec3ae69289262f33909045c6 (diff) |
#82017# had to change text-align and vertical align to textarea-...-align
Diffstat (limited to 'xmloff/inc')
-rw-r--r-- | xmloff/inc/xmlkywd.hxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xmloff/inc/xmlkywd.hxx b/xmloff/inc/xmlkywd.hxx index cfd4d6f28bc4..4304ed6b1f75 100644 --- a/xmloff/inc/xmlkywd.hxx +++ b/xmloff/inc/xmlkywd.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlkywd.hxx,v $ * - * $Revision: 1.120 $ + * $Revision: 1.121 $ * - * last change: $Author: cl $ $Date: 2001-02-26 15:03:11 $ + * last change: $Author: cl $ $Date: 2001-02-28 11:26:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1601,6 +1601,8 @@ XML_CONSTASCII_ACTION( sXML_text_style, "text-style" ); XML_CONSTASCII_ACTION( sXML_text_transform, "text-transform" ); XML_CONSTASCII_ACTION( sXML_text_underline, "text-underline" ); XML_CONSTASCII_ACTION( sXML_text_underline_color, "text-underline-color" ); +XML_CONSTASCII_ACTION( sXML_textarea_horizontal_align, "textarea-horizontal-align" ); +XML_CONSTASCII_ACTION( sXML_textarea_vertical_align, "textarea-vertical-align" ); XML_CONSTASCII_ACTION( sXML_textual, "textual" ); XML_CONSTASCII_ACTION( sXML_thick, "thick" ); XML_CONSTASCII_ACTION( sXML_thin, "thin" ); |