summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorMartin Gallwey <mtg@openoffice.org>2001-03-23 12:37:58 +0000
committerMartin Gallwey <mtg@openoffice.org>2001-03-23 12:37:58 +0000
commit91505a9d8560d3aee988d50c029674269aaedfc3 (patch)
tree37a216bbf51230a7930fc4824876e455582931b8 /xmloff
parent9bd5d41fa2d5c1fba9d3b8424dd28acdbf2d5acd (diff)
added tab stop distance
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmlkywd.hxx5
-rw-r--r--xmloff/source/text/txtprmap.cxx5
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 }
};