summaryrefslogtreecommitdiffstats
path: root/xmloff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2008-09-04 09:07:51 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2008-09-04 09:07:51 +0000
commit78ef5f12a1b779ab8bdc5279158a94f85305b60a (patch)
tree53ad30faf6a55c69f7f68e25463c02f5688916e0 /xmloff
parentINTEGRATION: CWS swenhancedfields2 (1.4.38); FILE MERGED (diff)
downloadcore-78ef5f12a1b779ab8bdc5279158a94f85305b60a.tar.gz
core-78ef5f12a1b779ab8bdc5279158a94f85305b60a.zip
INTEGRATION: CWS swenhancedfields2 (1.20.22); FILE MERGED
2008/08/04 12:37:40 b_michaelsen 1.20.22.2: RESYNC: (1.20-1.27); FILE MERGED 2008/04/23 08:08:50 ama 1.20.22.1: #i33737#: Enhanced fields
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/inc/xmloff/xmltoken.hxx9
1 files changed, 8 insertions, 1 deletions
diff --git a/xmloff/inc/xmloff/xmltoken.hxx b/xmloff/inc/xmloff/xmltoken.hxx
index a74b4e7ecadb..b9cc9c89c8ce 100644
--- a/xmloff/inc/xmloff/xmltoken.hxx
+++ b/xmloff/inc/xmloff/xmltoken.hxx
@@ -7,7 +7,7 @@
* OpenOffice.org - a multi-platform office productivity suite
*
* $RCSfile: xmltoken.hxx,v $
- * $Revision: 1.27 $
+ * $Revision: 1.28 $
*
* This file is part of OpenOffice.org.
*
@@ -3035,6 +3035,13 @@ namespace xmloff { namespace token {
XML_USE_ZERO,
XML_IGNORE,
+ // enhanced fields
+ XML_FIELDMARK,
+ XML_FIELDMARK_START,
+ XML_FIELDMARK_END,
+ XML_N_FIELD,
+ XML_NP_FIELD,
+
XML_TOKEN_END
};