diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-09-04 09:07:10 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-09-04 09:07:10 +0000 |
commit | 1a3eea2880a5763b88b0b4f901db7408fdba29e1 (patch) | |
tree | ef3f474d6821861968071c8e8c318cd3d7bbe601 /xmloff | |
parent | 4038fdaa7ef3cfcc469f3386d55d874eb26d3511 (diff) |
INTEGRATION: CWS swenhancedfields2 (1.18.134); FILE MERGED
2008/08/04 12:37:03 b_michaelsen 1.18.134.2: RESYNC: (1.18-1.21); FILE MERGED
2008/04/23 07:51:18 ama 1.18.134.1: #i33737#: Enhanced fields
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/inc/xmlnmspe.hxx | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xmloff/inc/xmlnmspe.hxx b/xmloff/inc/xmlnmspe.hxx index 7a87108390e7..82e62cab6ab9 100644 --- a/xmloff/inc/xmlnmspe.hxx +++ b/xmloff/inc/xmlnmspe.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: xmlnmspe.hxx,v $ - * $Revision: 1.21 $ + * $Revision: 1.22 $ * * This file is part of OpenOffice.org. * @@ -93,4 +93,8 @@ XML_OLD_NAMESPACE( TEXT, 4U ) XML_OLD_NAMESPACE( TABLE, 5U ) XML_OLD_NAMESPACE( META, 6U ) +// experimental namespaces +XML_NAMESPACE( FIELD, 100U ) + + #endif // _XMLOFF_XMLNMSPE_HXX |