diff options
author | Christian Lippka <cl@openoffice.org> | 2001-05-07 13:27:45 +0000 |
---|---|---|
committer | Christian Lippka <cl@openoffice.org> | 2001-05-07 13:27:45 +0000 |
commit | 51d4f44bfc73918425089fb40d205c23c220887a (patch) | |
tree | fb96ad2a558f69c97981185275d22929bd441983 /xmloff | |
parent | c0b28465056cf21cb1e0c0f3ac6db7e0f148ae11 (diff) |
#86616# added caption points
Diffstat (limited to 'xmloff')
-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 589840846fa7..a51c939669bc 100644 --- a/xmloff/inc/xmlkywd.hxx +++ b/xmloff/inc/xmlkywd.hxx @@ -2,9 +2,9 @@ * * $RCSfile: xmlkywd.hxx,v $ * - * $Revision: 1.147 $ + * $Revision: 1.148 $ * - * last change: $Author: cl $ $Date: 2001-05-04 15:35:24 $ + * last change: $Author: cl $ $Date: 2001-05-07 14:27:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -339,6 +339,8 @@ XML_CONSTASCII_ACTION( sXML_calculation_settings, "calculation-settings" ); XML_CONSTASCII_ACTION( sXML_calendar, "calendar" ); XML_CONSTASCII_ACTION( sXML_capitalize_entries, "capitalize-entries" ); XML_CONSTASCII_ACTION( sXML_caption, "caption" ); +XML_CONSTASCII_ACTION( sXML_caption_point_x, "caption-point-x" ); +XML_CONSTASCII_ACTION( sXML_caption_point_y, "caption-point-y" ); XML_CONSTASCII_ACTION( sXML_caption_sequence_format, "caption-sequence-format" ); XML_CONSTASCII_ACTION( sXML_caption_sequence_name, "caption-sequence-name" ); XML_CONSTASCII_ACTION( sXML_case_sensitive, "case-sensitive"); |