summaryrefslogtreecommitdiff
path: root/oox/source/token/namespaces.hxx.tail
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@novell.com>2011-05-03 22:27:29 +0530
committerMuthu Subramanian <sumuthu@novell.com>2011-05-03 22:27:29 +0530
commit41cc5c918e9d039144c9505550d9936277e7f091 (patch)
treeef7415c4c660b857f73dc64dec37b24d46f2a0da /oox/source/token/namespaces.hxx.tail
parent08380350f96f94442528e40d19cce508764970cc (diff)
MCE Initial Implementation.
Points to note: * Assumes all MCE content to be of 'Ignorable' type. Handling other types needs to be implemented. * Uses the first acceptable choice and parses the content. Skips the others. E.g. assuming v2 and v3 both being acceptable and v3 being newer/better, if the choice for v2 is stored first. v3 is skipped.
Diffstat (limited to 'oox/source/token/namespaces.hxx.tail')
-rwxr-xr-x[-rw-r--r--]oox/source/token/namespaces.hxx.tail1
1 files changed, 1 insertions, 0 deletions
diff --git a/oox/source/token/namespaces.hxx.tail b/oox/source/token/namespaces.hxx.tail
index 2261c307adf2..67ddce9280dc 100644..100755
--- a/oox/source/token/namespaces.hxx.tail
+++ b/oox/source/token/namespaces.hxx.tail
@@ -27,6 +27,7 @@ inline sal_Int32 getNamespace( sal_Int32 nToken ) { return nToken & NMSP_MASK; }
#define XLS_TOKEN( token ) (::oox::NMSP_xls | XML_##token)
#define XM_TOKEN( token ) (::oox::NMSP_xm | XML_##token)
#define XML_TOKEN( token ) (::oox::NMSP_xml | XML_##token)
+#define MCE_TOKEN( token ) (::oox::NMSP_mce | XML_##token)
// ============================================================================