summaryrefslogtreecommitdiff
path: root/xmloff/inc/xmlkywd.hxx
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-05-15 11:37:49 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-05-15 11:37:49 +0000
commitd668a44c99ab36d6bc91c61bb5f9f1c8306c8f7c (patch)
tree380dcc7844bc53153213ff348c605b480b60bec0 /xmloff/inc/xmlkywd.hxx
parent6f2226f700a45ad29283d411c5790986956a4f29 (diff)
#86546# automatic column width now supported
Diffstat (limited to 'xmloff/inc/xmlkywd.hxx')
-rw-r--r--xmloff/inc/xmlkywd.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/inc/xmlkywd.hxx b/xmloff/inc/xmlkywd.hxx
index 7f600906067a..ab7d0d441ec7 100644
--- a/xmloff/inc/xmlkywd.hxx
+++ b/xmloff/inc/xmlkywd.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlkywd.hxx,v $
*
- * $Revision: 1.155 $
+ * $Revision: 1.156 $
*
- * last change: $Author: bm $ $Date: 2001-05-11 13:54:44 $
+ * last change: $Author: dvo $ $Date: 2001-05-15 12:37:45 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -400,6 +400,7 @@ XML_CONSTASCII_ACTION( sXML_color_inversion , "color-inversion" );
XML_CONSTASCII_ACTION( sXML_color_mode , "color-mode" );
XML_CONSTASCII_ACTION( sXML_column, "column" );
XML_CONSTASCII_ACTION( sXML_column_count, "column-count" );
+XML_CONSTASCII_ACTION( sXML_column_gap, "column-gap" );
XML_CONSTASCII_ACTION( sXML_column_name, "column-name" );
XML_CONSTASCII_ACTION( sXML_column_sep, "column-sep" );
XML_CONSTASCII_ACTION( sXML_column_width, "column-width" );