summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:25:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:25:58 +0000
commit90e7712f80552cb0809784da3a39f7e9b0c365f5 (patch)
tree12270e0cca2a7df01fdfd84be2a7a854d19d6e74 /xmloff
parent2d5b3097d1b0df120cf9d8c1e3d0af2be971027a (diff)
INTEGRATION: CWS xmlbasic (1.167.378); FILE MERGED
2004/10/22 12:22:52 tbe 1.167.378.3: #i22747# XML filter adaptors and macros 2004/10/21 12:13:39 tbe 1.167.378.2: #i22747# XML filter adaptors and macros 2004/09/30 10:32:42 tbe 1.167.378.1: #i22747# XML filter adaptors and macros
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmlkywd.hxx10
1 files changed, 8 insertions, 2 deletions
diff --git a/xmloff/inc/xmlkywd.hxx b/xmloff/inc/xmlkywd.hxx
index 168576b2921d..ef7cb647eb80 100644
--- a/xmloff/inc/xmlkywd.hxx
+++ b/xmloff/inc/xmlkywd.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xmlkywd.hxx,v $
*
- * $Revision: 1.167 $
+ * $Revision: 1.168 $
*
- * last change: $Author: cl $ $Date: 2001-06-15 11:29:20 $
+ * last change: $Author: hr $ $Date: 2004-11-09 12:25:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -2018,4 +2018,10 @@ XML_CONSTASCII_ACTION( sXML_text_style_name, "text-style-name" );
XML_CONSTASCII_ACTION( sXML_sort_algorithm, "sort-algorithm" );
XML_CONSTASCII_ACTION( sXML_roll_from_top, "roll-from-top" );
+
+XML_CONSTASCII_ACTION( sXML_script_data, "script-data" );
+XML_CONSTASCII_ACTION( sXML_libraries, "libraries" );
+XML_CONSTASCII_ACTION( sXML_source_code, "source-code" );
+XML_CONSTASCII_ACTION( sXML_readonly, "readonly" );
+
#endif