diff options
author | Christian Lippka <cl@openoffice.org> | 2001-05-31 10:18:38 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-05-31 10:18:38 +0000 |
commit | e88904df1e7ba328554fdd3758812b56261608b3 (patch) | |
tree | de2dbfcba059d05847a1fd343eea717a7c962ae2 /xmloff/inc/xmlkywd.hxx | |
parent | cbaeb1f48bd43f1a959a187dfe6995a7bfa51699 (diff) |
#87219# added user glue points
Diffstat (limited to 'xmloff/inc/xmlkywd.hxx')
-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 8139304e3c2c..b2280b3208e6 100644 --- a/xmloff/inc/xmlkywd.hxx +++ b/xmloff/inc/xmlkywd.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlkywd.hxx,v $ * - * $Revision: 1.162 $ + * $Revision: 1.163 $ * - * last change: $Author: cl $ $Date: 2001-05-28 13:20:52 $ + * last change: $Author: cl $ $Date: 2001-05-31 11:14:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -2010,4 +2010,6 @@ XML_CONSTASCII_ACTION( sXML_data_source_has_labels, "data-source-has-labels" ); XML_CONSTASCII_ACTION( sXML_play, "play" ); XML_CONSTASCII_ACTION( sXML_handout_master, "handout-master" ); +XML_CONSTASCII_ACTION( sXML_escape_direction, "escape-direction" ); +XML_CONSTASCII_ACTION( sXML_glue_point, "glue-point" ); #endif |