diff options
-rw-r--r-- | xmloff/inc/xmlkywd.hxx | 5 | ||||
-rw-r--r-- | xmloff/source/text/txtprmap.cxx | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/xmloff/inc/xmlkywd.hxx b/xmloff/inc/xmlkywd.hxx index b343be627435..46cba4b9331d 100644 --- a/xmloff/inc/xmlkywd.hxx +++ b/xmloff/inc/xmlkywd.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlkywd.hxx,v $ * - * $Revision: 1.133 $ + * $Revision: 1.134 $ * - * last change: $Author: sab $ $Date: 2001-03-22 17:36:24 $ + * last change: $Author: mtg $ $Date: 2001-03-23 13:37:23 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1601,6 +1601,7 @@ XML_CONSTASCII_ACTION( sXML_table_row_group, "table-row-group" ); XML_CONSTASCII_ACTION( sXML_table_rows, "table-rows" ); XML_CONSTASCII_ACTION( sXML_table_source, "table-source" ); XML_CONSTASCII_ACTION( sXML_table_view, "table-view" ); +XML_CONSTASCII_ACTION( sXML_tab_stop_distance, "tab-stop-distance" ); XML_CONSTASCII_ACTION( sXML_tan, "tan" ); XML_CONSTASCII_ACTION( sXML_tanh, "tanh" ); XML_CONSTASCII_ACTION( sXML_target_cell_address, "target-cell-address"); diff --git a/xmloff/source/text/txtprmap.cxx b/xmloff/source/text/txtprmap.cxx index e0510796fecb..d99fa0470d2d 100644 --- a/xmloff/source/text/txtprmap.cxx +++ b/xmloff/source/text/txtprmap.cxx @@ -2,9 +2,9 @@ * * $RCSfile: txtprmap.cxx,v $ * - * $Revision: 1.35 $ + * $Revision: 1.36 $ * - * last change: $Author: dvo $ $Date: 2001-03-21 16:03:50 $ + * last change: $Author: mtg $ $Date: 2001-03-23 13:37:58 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -337,6 +337,7 @@ XMLPropertyMapEntry aXMLParaPropMap[] = M_ED( "ParaIsCharacterDistance", STYLE, text_autospace, XML_TYPE_TEXT_AUTOSPACE, 0 ), M_ED( "ParaIsHangingPunctuation", STYLE, punctuation_wrap, XML_TYPE_TEXT_PUNCTUATION_WRAP, 0 ), M_ED( "ParaIsForbiddenRules", STYLE, line_break, XML_TYPE_TEXT_LINE_BREAK, 0 ), + M_ED( "TabStopDistance", STYLE, tab_stop_distance, XML_TYPE_MEASURE, 0 ), { 0, 0, 0, 0 } }; |